mirror of
https://git.coop/cotech/website.git
synced 2025-07-07 05:40:49 +00:00
Style about and join pages
This commit is contained in:
@ -4,20 +4,21 @@
|
||||
<body>
|
||||
{% include header.html %}
|
||||
|
||||
<section>
|
||||
<h1>{{ page.heading }}</h1>
|
||||
</section>
|
||||
<div class="default-wrapper">
|
||||
<section class="page-heading">
|
||||
<h1>{{ page.heading }}</h1>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
{{ content }}
|
||||
</section>
|
||||
|
||||
{% if page.append_email_form %}
|
||||
<section>
|
||||
<p>Contact us <a href="{{ site.forum }}">using our forum</a>.</p>
|
||||
</section>
|
||||
{% endif %}
|
||||
<section class="content">
|
||||
{{ content }}
|
||||
</section>
|
||||
|
||||
{% if page.append_email_form %}
|
||||
<section>
|
||||
<p>Contact us <a href="{{ site.forum }}">using our forum</a>.</p>
|
||||
</section>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% include footer.html %}
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user