{% extends 'website/base.html' %} {% load fiber_tags %} {% block bodyclass %}static-page{% endblock %} {% block content %}

{% show_page_content 'Header' %}

{% show_page_content 'Header description' %}

{% show_page_content 'Section' %}
{% endblock %} {% block extra_script %} {% endblock %}