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

Writing


Topics

{% for t in tags %} {{ t.name }}{% if not forloop.last %}, {% endif %} {% endfor %} {% endblock %}