Skip to content

Commit

Permalink
Added some default content
Browse files Browse the repository at this point in the history
  • Loading branch information
zen4ever committed Jun 12, 2010
1 parent ee4d377 commit f522a14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
<div class="container">
<div class="span-24">
{% block header %}
<h1>Site name</h1>
{% endblock %}
</div>
<div class="span-24 content append-bottom">
Expand Down
1 change: 1 addition & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% extends "base.html" %}

{% block content %}
<p>Content goes here</p>
{% endblock %}

0 comments on commit f522a14

Please sign in to comment.