{% extends "base.html" %} {% block content %}

{{ page.title | default(value="") }}

{% if page.date %}{% endif %} {% if page.author %}by {{ page.author }}{% endif %} {% if page.content %}{{ page.content | reading_time }}{% endif %}
{{ page.content | safe }}
{% if page.tags %} {% endif %}
{% endblock %}