{% extends 'layouts/vertical.html' %} {% load static i18n %} {% block title %}Starter Page{% endblock title %} {% block page_content %}
{% include 'partials/page-title.html' with title='Starter Page' %}
{% endblock page_content %}