{% import "macros.html" as macros -%} {%- if page -%} {%- set description = "post № " ~ page.slug -%} {%- set title = page.title | default(value=description) -%} {%- elif term -%} {%- set description = "posts tagged with #" ~ term.name -%} {%- set title = description -%} {%- elif terms -%} {%- set description = "all tags" -%} {%- set title = description -%} {%- endif -%} {%- set title = title | default(value=config.description) -%} {{ config.title ~ " · " ~ title }} {% if term -%} {% endif -%}

{{ config.title }}

{%- block content %}{% endblock -%}