11 lines
261 B
Twig
11 lines
261 B
Twig
|
{% extends "base/frame.twig" %}
|
||
|
{% block stylesheets %}
|
||
|
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=sdfsdf">
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block main %}
|
||
|
<section role="intro">
|
||
|
This is the screendoor index
|
||
|
</section>
|
||
|
{% endblock %}
|