diff --git a/home/templates/home/blog_page.html b/home/templates/home/blog_page.html new file mode 100644 index 0000000..d9da2fb --- /dev/null +++ b/home/templates/home/blog_page.html @@ -0,0 +1,45 @@ +{% extends "base.html" %} +{% load static i18n wagtailcore_tags wagtailimages_tags %} + +{% block title %}{{ page.specific.title }} | {% trans "Blog" %}{% endblock title %} + +{% block body_class %}template-blog{% endblock body_class %} + +{% block content %} +