7 lines
139 B
HTML
7 lines
139 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
{% include 'about_include.html' %}
|
|
{% include 'faq_include.html' %}
|
|
{% endblock %}
|