From ccdf673e5249333c031862b074eb3ab8965f4b31 Mon Sep 17 00:00:00 2001 From: Yordan Miladinov Date: Thu, 9 May 2013 02:52:51 +0300 Subject: [PATCH] Update README (for last time, I prommise) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7f7e0fa..ab4185a 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,14 @@ But the real benefit of this feature is when used with template inheritance. ```html base.html: +... +{% load sameastags %} ... {% block title %}{% endblock %} ... +

{% sameas title %}

+... inner.html ...