oralsite.new
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

interview.twig
text/plain

Download raw (144 bytes)

{% extends '@templates/base.twig' %}

{% block intro %}
    this is a custom intro
{% endblock %}

{% block content %}
    world
{% endblock %}