parent
abd56215e4
commit
5ab4d14187
3 changed files with 16 additions and 2 deletions
@ -0,0 +1,14 @@ |
||||
{% extends "base.html" %} |
||||
{% load cms_tags %} |
||||
|
||||
{% block title %}Главная{% endblock %} |
||||
|
||||
{% block content %} |
||||
|
||||
<div style="padding: 5px 20px 10px 20px; background-color: #f9f9f9;"> |
||||
{% placeholder "content" %} |
||||
</div> |
||||
|
||||
<div class="clear"></div> |
||||
|
||||
{% endblock %} |
||||
Loading…
Reference in new issue