13 lines
315 B
Twig
13 lines
315 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 member page
|
||
|
|
||
|
{{ include("forms/add-member-form.twig") }}
|
||
|
</section>
|
||
|
{% endblock %}
|