{% extends './_layout.njk' %}

{% block title %}App Title{% endblock %}

{% block customHeadContent %}<script>window.appGlobalData = 'Keep it lightweight here folks, if at all...'</script>{% endblock %}

{% block main_content %}
    <div class="container-fluid">
        {% include './snippets/register.njk' %}
    </div>
{% endblock %}