{% extends "index.html" %} {% block title %}{{ section.title }}{% endblock title %} {% block content %}

{{section.title}}

Expected

{{ section.extra.expected | markdown | safe }}

Retrieved from section

{{ section | json_encode(pretty=true) | safe }}
Is paginator defined? {% if paginator | defined -%}Yes{%- else -%}No{%- endif -%}

Retrieved from get_section

{% set current_section = get_section(path=section.relative_path) %}
{{ current_section | json_encode(pretty=true) | safe }}
{% endblock content %}