{% extends '@mio/news/master.twig' %} {% set title = post.post_title ~ ' :: News' %} {% set canonical_url = '/news.php?p=' ~ post.post_id %} {% block news_content %}
{{ post.category_name }} ยป {{ post.post_title }}
{{ post.post_text|md|raw }}
{{ post.username }}
{# TODO: make this work {% if post.updated_at is defined %} {% endif %} #}
Comments
Eventually™
{% endblock %}