symposion_app/pinaxcon/templates/flatpages/default.html
Joel Addison 23e09b0fb5 Switch to LCA2020
Remove LCA2018 and LCA2019 styles and content.
Add base LCA2020 styling and update references to year.
2019-06-24 21:58:21 +10:00

12 lines
287 B
HTML

{% extends "site_base.html" %}
{% block head_title %}{{ flatpage.title }}{% endblock head_title %}
{% block content %}
<div class="row">
<div class="col-md-1"></div>
<div class="col-12 col-md-10 content text-page">
{{ flatpage.content }}
</div>
</div>
{% endblock content %}