staticadventures/templates/section.html

7 lines
303 B
HTML
Raw Permalink Normal View History

2020-05-04 12:09:17 +00:00
{% extends "water/templates/section.html" %}
{% block main %}
{# HACK: paginator is not set on transparent sections (i.e. blog/2020/_index.md) #}
2022-02-17 14:25:44 +00:00
{{ widgets::section(cur_section=section, full_articles=false, cur_paginator=paginator|default(value=false), cur_pages=section.pages) }}
2020-05-04 12:09:17 +00:00
{% endblock main %}