staticadventures/templates/section.html

7 lines
278 B
HTML
Raw 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) #}
{{ widgets::section(cur_section=section, full_articles=false, cur_paginator=paginator|default(value=false)) }}
{% endblock main %}