mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
CSS Reshuffle, Added Page Renderer
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.
This commit is contained in:
@ -9,5 +9,6 @@
|
||||
Because some people are just awful humans.
|
||||
<p>Coming Soonish...
|
||||
</p>
|
||||
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
@ -1,10 +0,0 @@
|
||||
{% 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 where you login
|
||||
</section>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user