symposion_app/pinaxcon/templates/cms_pages/home_page.html
Christopher Neugebauer 2d039faedf Adds social media links (#32)
* Adds social media links

* Un-ooopses the title of the homepage
2016-07-01 10:16:48 +10:00

11 lines
136 B
HTML

{% extends "site_base_wagtail.html" %}
{% load i18n %}
{% load wagtailcore_tags %}
{% block body %}
{{ page.body }}
{% endblock %}