add bodyargs in <body>

This commit is contained in:
Thomas NOËL 2013-08-30 17:41:45 +02:00
parent b53a56f473
commit 57cc96f211
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:400,300,700' rel='stylesheet' type='text/css'/>
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/style.css"/>
</head>
<body>
<body {% block bodyargs %}{% endblock %}>
{% block wrapper %}
<div id="wrap">
{% endblock %}