{% extends "base.html" %} {% block title %}{{ title }}{% endblock %} {% block description %} {% match summary %} {% when Some with (summary_content) %} {{ summary_content }} {% when None %} A post on eviee.gay {% endmatch %} {% endblock %} {% block content %}
Published: {{ publish_date }} | Last updated: {{ last_updated_date }}
{% when None %}Published: {{ publish_date }}
{% endmatch %}{{ text }}
{% when BlockTypes::MARKDOWN { content } %} {{ content|markdown }} {% when BlockTypes::HEADER { text, size } %}