{% extends "index.html" %} {% block title %}{{ section.title }}{% endblock title %} {% block content %}
{{ section | json_encode(pretty=true) | safe }}Is paginator defined? {% if paginator | defined -%}Yes{%- else -%}No{%- endif -%}
{{ current_section | json_encode(pretty=true) | safe }}{% endblock content %}