{% extends "base.html" %} {% load markdownify %} {% block content %} {% include "includes/about.html" %}

Writing


Topics

{% for t in tags %}{{ t.name }}{% endfor %}
{% endblock %}