]> git.0d.be Git - panikweb.git/blobdiff - panikweb_templates/templates/combo/page_template_full_width.html
move static & templates to panikweb project directory
[panikweb.git] / panikweb_templates / templates / combo / page_template_full_width.html
diff --git a/panikweb_templates/templates/combo/page_template_full_width.html b/panikweb_templates/templates/combo/page_template_full_width.html
deleted file mode 100644 (file)
index 4b3239f..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-{% extends "base.html" %}
-{% load combo %}
-
-{% block title %}{{ page.title }}{% endblock %}
-
-{% block toptitle %}
-<h1 class="top fullwidth">{{ page.title }}</h1>
-{% endblock %}
-
-{% block nav %}
-<div id="About">
-</div>
-{% endblock %}
-
-{% block main %}
-
-<div class="wrapper">
-       <div id="fiber-content">
-               <div class="text">{% placeholder "content" %}</div>
-       </div>
-</div>
-
-{% endblock %}