diff --git a/akarpov/templates/about/faq.html b/akarpov/templates/about/faq.html new file mode 100644 index 0000000..1632262 --- /dev/null +++ b/akarpov/templates/about/faq.html @@ -0,0 +1,24 @@ +{% extends 'base.html' %} + +{% block content %} +
+

Frequently asked questions:

+

If you still have questions or issue please contact me on about page

+ {% for faq in faq_list %} +
+

+ +

+
+
+ {{ faq.answer }} +
+
+
+ + + {% endfor %} +
+{% endblock %}