Convert into a proper Python package

This commit is contained in:
Andrey Golovizin 2020-02-07 22:18:18 +01:00
parent ec175fe0c6
commit c975ca6f19
22 changed files with 59 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{% extends "base.html" %}
{% load cms_tags %}
{% block title %}{% page_attribute "page_title" %}{% endblock title %}
{% block content %}
{% placeholder "content" %}
{% endblock content %}