tempaltes: Added blog templates.
An override of the djangocms_blog templates. Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
parent
81e108a011
commit
2ca57ed4d1
5 changed files with 149 additions and 0 deletions
11
templates/djangocms_blog/base.html
Normal file
11
templates/djangocms_blog/base.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{% extends CMS_TEMPLATE %}
|
||||
{% block meta %}
|
||||
{% if meta %}
|
||||
{% include "meta_mixin/meta.html" %}
|
||||
{% endif %}
|
||||
{% endblock meta %}
|
||||
{% block content %}
|
||||
<div class="app app-blog span8">
|
||||
{% block content_blog %}{% endblock %}
|
||||
</div>
|
||||
{% endblock content %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue