{% extends "index.html" %} {% import 'macros.html' as macro %} {% block title %}{{ page.title }}{% endblock %} {% block content %}
{{ page.date }}
{{ page.content | safe }} {% if page.extra.comment is defined %} {{ macro::comment(comment_url=page.extra.comment) }} {% endif %} {% endblock %} {# implement : comment section of sort #} {% block page_comment -%} {%- endblock %}