{% extends "base.html" %} {% set title = page.title %} {% block content %}
{% block title %}

{{ page.title }}

{% endblock %}
{{ page.content }}
{% if page.slug == 'levels' %} {% endif %} {# source link #} {% if page.category == "wrappers" %} {% endif %}
{% endblock %}