{{ title }} {% if created %}{{ created }}{% endif %} {% if author %}by {{ author }}{% endif %} {% if tags | length > 0 %} {% for tag in tags %} {{ tag.name }} {% endfor %} {% endif %} {% if image %} {% endif %} {% if toc | length > 0 %} {% endif %} {{ content | safe }}