forked from projects/thebadspace
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.
13 lines
313 B
Twig
13 lines
313 B
Twig
{% extends "base/frame.twig" %}
|
|
{% block stylesheets %}
|
|
<link rel="stylesheet" type="text/css" href="/assets/css/back/start.css?=qwert">
|
|
{% endblock %}
|
|
|
|
{% block main %}
|
|
<section role="intro">
|
|
This is the screendoor member page
|
|
|
|
{{ include("forms/add-member-form.twig") }}
|
|
</section>
|
|
{% endblock %}
|