section.html (476B)
1 2 3 4 5 6 7 8 9 10
{% extends "base.html" -%} {%- block rss -%} {%- if section.extra['feed_discovery'] -%} {{ head::feed_discovery(path = section.path ~ 'rss.xml' )}} {%- endif -%} {%- endblock -%} {%- block title %} <title>{{ section.title }} - {{ config.extra.author }}</title> {%- endblock title -%} {%- block main -%} <article class="post"> <div class="post-content">{{ section.content | safe }}</div> {{ squiggle::squiggle() }} {{ lists::list_pages()}} </article> {%- endblock main -%}