oralsite.new
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

base.twig
text/html

Download raw (203 bytes)

<header>
    <h1>Oralsite</h1> 

    {% include '@organisms/menu.twig' %}
</header>


{% block intro %}
    This is the intro
{% endblock %}


{% block content %}
    this default content
{% endblock %}