{% extends "base.html" -%} {%- block title -%} {%- if page.title -%} {{ page.title }} {%- else -%} post № {{ page.slug }} {%- endif -%} {%- endblock title -%} {%- block description %} post № {{ page.slug }} {%- if page.title -%} · {{ page.title }} {%- endif -%} {%- endblock description %} {%- block content %} {{ macros::render_post(post=page, in_feed=false) }} {%- if "mentions" in page.extra and page.extra.mentions | length > 0 -%}