Files
intotheeast-com-content/themes/intotheeast/templates/stories.html.twig
T

11 lines
228 B
Twig

{% extends 'partials/base.html.twig' %}
{% block nav %}
<a class="story-escape" href="{{ page.parent.url }}">← Back</a>
{% endblock %}
{% block content %}
<h1>{{ page.title }}</h1>
<p>Stories coming soon.</p>
{% endblock %}