{%- extends "base.html" -%} {%- block title -%}{{- article.title | trim -}}{%- endblock -%} {%- block head -%} {{- super() -}} {%- for tag in article.tags -%} {%- for anytag, articles in tags if anytag == tag and articles | list | length > 1 -%} {%- endfor -%} {%- endfor -%} {% endblock %} {%- block pagedetails -%} {%- for author in article.authors -%}
by
{%- endfor -%}

{%- if article.modified and article.date | strftime(DATE_FORMAT_DAY) != article.modified | strftime(DATE_FORMAT_DAY) -%} / {%- endif -%}

{%- if article.description -%}

{{- article.description | trim -}}

{%- endif -%} {%- if article.small -%}

{{- article.small | trim -}}

{%- endif -%} {# #} {%- endblock -%} {%- block maincontentintro -%} {%- if article.image -%}
{%- endif -%} {%- endblock -%} {%- block maincontent -%} {{- article.content | trim -}} {%- endblock -%} {%- block main -%}
{{- super() -}} {%- if article.links or article.related_posts -%} {#- -#} {%- endif -%}
{%- endblock -%} {%- block bottomnav -%} {%- if article.related_posts -%}
{%- endif -%} {{- super() -}} {%- endblock -%}