Skip to content

Commit

Permalink
Update README (for last time, I prommise)
Browse files Browse the repository at this point in the history
  • Loading branch information
ydm committed May 8, 2013
1 parent 74f2c64 commit ccdf673
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ But the real benefit of this feature is when used with template
inheritance.
```html
base.html:
...
{% load sameastags %}
...
<title>{% block title %}{% endblock %}</title>
<meta property="og:title" content="{% sameas title %}">
...
<h1>{% sameas title %}</h1>
...

inner.html
...
Expand Down

0 comments on commit ccdf673

Please sign in to comment.