diff --git a/pinaxcon/templates/static_pages/news.html b/pinaxcon/templates/static_pages/news.html new file mode 100644 index 0000000000000000000000000000000000000000..b8b5c5f00590b403e1547fb9240b194a568032aa --- /dev/null +++ b/pinaxcon/templates/static_pages/news.html @@ -0,0 +1,11 @@ +{% extends "site_base.html" %} + +{% load i18n %} + +{% block head_title %}{% trans "Welcome" %}{% endblock %} + +{% block body_class %}home{% endblock %} + +{% block body %} + +{% endblock %}