This website requires JavaScript.
Explore
Help
Sign in
sanghee
/
dynamicweb
Watch
1
Star
0
Fork
You've already forked dynamicweb
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
1d18894b60
dynamicweb
/
ungleich
/
templates
/
cms
/
ungleichch
/
blog.html
6 lines
112 B
HTML
Raw
Normal View
History
Unescape
Escape
update
2016-03-01 20:24:51 +00:00
{% extends "ungleichch/base.html" %}
tempaltes: Added usable tempaltes. + cms/ungleich.ch/blog.html: This template should only be used to page with the Blog application set. Although it doesn't declare anything special than exposing the content block. + cms/ungleich.ch/index.html: Not used. Example? + cms/ungleich.ch/page.html: A template for generic pages, it only declares a placeholder inside the base_content where you should but the content for the page. + cms/ungleich.ch/__init__.py See documentation for django cms regarding template_dirs settings option. Used for namespacing and order. Signed-off-by: rscnt <rascnt@gmail.com>
2015-05-23 10:12:51 +00:00
{% block base_content %}
{% block content %}
{% endblock %}
{% endblock %}
Reference in a new issue
Copy permalink