735117fcda
Reorganized the CSS structure to there is some seperation between front facing style and the backend den. Also add the Render class so auth status is included in every template rendering event so login status and select member data is available if needed. will expand if needed.
15 lines
356 B
Twig
15 lines
356 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 %}
|