later42/later42/templates/about.html
2022-10-13 15:17:30 +03:00

7 lines
139 B
HTML

{% extends 'base.html' %}
{% block content %}
{% include 'about_include.html' %}
{% include 'faq_include.html' %}
{% endblock %}