]> git.0d.be Git - panikweb.git/blobdiff - panikweb/templates/combo/page_template_full_width.html
mutate into an addon module for panikweb
[panikweb.git] / panikweb / templates / combo / page_template_full_width.html
diff --git a/panikweb/templates/combo/page_template_full_width.html b/panikweb/templates/combo/page_template_full_width.html
deleted file mode 100644 (file)
index 343f1ab..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-{% extends "base.html" %}
-{% load combo %}
-
-{% block title %}{{ page.title }}{% endblock %}
-
-{% block toptitle %}
-{% endblock %}
-
-{% block main %}
-<h2 class="top">{{ page.title }}</h2>
-{% placeholder "content" %}
-{% endblock %}