thebadspace/templates/front/index.twig
Ro 74ae426275 Quick template fix
Forgot to extend the template so it renders a complete page. Oops.
2022-11-15 16:25:57 -08:00

14 lines
355 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">
<span role="title">The Bad Space</span><br/>
Because some people are just awful humans.
<p>Coming Soonish...
</p>
</section>
{% endblock %}