{% import "macros.html" as macros %} {% block title %} {%- if term -%} {{ term.name }} - {{ config.title }} {%- elif taxonomy -%} {{ taxonomy.name }} - {{ config.title }} {%- else -%} {% set this = page | default(value=section) %} {% set len = this.components | length %} {%- if len > 0 -%} {{ this.title }} - {{ config.title }} {%- else -%} {{ config.title }} {%- endif -%} {%- endif -%} {% endblock title %} {% block feed %} {% endblock feed %}
{% block content %}

{{ section.title | safe }}

{{ section.description | default(value="") | markdown(inline=true) | safe }}

{{ section.content | safe }} {% endblock content %}