{% extends 'parts/layout.html' -%}
{# INCLUDE HEADER #}
{% block header -%}
{% include 'parts/header.html' -%}
{%- endblock %}
{# Content Block #}
{% block content -%}
Forbidden
O boy! You're not allowed to undress us!
Do you think you visited a wrong neighbor?
{%- endblock %}
{# FOOTER INJECTION #}
{% block footer -%}
{% set footclass = '' %}
{% include 'parts/footer.html' -%}
{%- endblock %}