{%- extends "page.html" %} {% block body %} {% macro postlink(post) -%} {% if post.external_link -%} {{- post.external_link -}} {% else %} {{- pathto(post.docname) }}{{ anchor(post) -}} {%- endif %} {%- endmacro %}
{% if fa %}{% endif %} {% if post.published %} {{ post.date.strftime(ablog.post_date_format) }} {% else %} Draft {% endif %} - {{ post.title }}
{% if 0 %}