From f3b2cde5dc09b6c6ea716790f16023da0742698a Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Mon, 22 Jun 2015 10:28:24 +0100 Subject: [PATCH] Removed contents and heading --- docs/topics/writing_templates.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/topics/writing_templates.rst b/docs/topics/writing_templates.rst index ffe9ccd4c..deaa7e746 100644 --- a/docs/topics/writing_templates.rst +++ b/docs/topics/writing_templates.rst @@ -1,13 +1,6 @@ Writing templates ================= -.. contents:: Contents - :local: - -======================== -Overview -======================== - Wagtail uses Django's templating language. For developers new to Django, start with Django's own template documentation: https://docs.djangoproject.com/en/dev/topics/templates/