Convert into a proper Python package
This commit is contained in:
parent
ec175fe0c6
commit
c975ca6f19
22 changed files with 59 additions and 0 deletions
8
src/mysite/templates/fullwidth.html
Normal file
8
src/mysite/templates/fullwidth.html
Normal 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue