{% extends "templates/base.html" %} {% block content %}






{{ text_500_title }}

{{ text_500_subtitle }}


Home
{% if enable_footer == true %} {% include "templates/footer.html" %} {% endif %} {% endblock %}