parent
9689d4aeb8
commit
20657f89ab
10 changed files with 226 additions and 38 deletions
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 31 KiB |
@ -0,0 +1,9 @@ |
|||||||
|
{% extends "base.html" %} |
||||||
|
|
||||||
|
{% block content %} |
||||||
|
<div class="plugin plugin-people"> |
||||||
|
<div class="people-detail"> |
||||||
|
{% include "aldryn_people/includes/people_item.html" with person=person %} |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
{% endblock content %} |
||||||
@ -1,13 +0,0 @@ |
|||||||
{% extends "base.html" %} |
|
||||||
{% load cms_tags %} |
|
||||||
|
|
||||||
{% block title %}{% page_attribute "page_title" %}{% endblock title %} |
|
||||||
|
|
||||||
{% block content %} |
|
||||||
<div class="jumbotron"> |
|
||||||
{% placeholder "feature" %} |
|
||||||
</div> |
|
||||||
<div> |
|
||||||
{% placeholder "content" %} |
|
||||||
</div> |
|
||||||
{% endblock content %} |
|
||||||
@ -0,0 +1 @@ |
|||||||
|
lalal |
||||||
@ -0,0 +1 @@ |
|||||||
|
{{ ancestors.1.title }} |
||||||
@ -0,0 +1,18 @@ |
|||||||
|
{% extends "base.html" %} |
||||||
|
{% load cms_tags i18n menu_tags %} |
||||||
|
|
||||||
|
{% block title %}{% page_attribute "page_title" %}{% endblock title %} |
||||||
|
|
||||||
|
{% block content %} |
||||||
|
<div class="sub-content"> |
||||||
|
<div class="menu"> |
||||||
|
<h5>{% show_breadcrumb 0 "menu/sub_menu_title.html" 0 %}</h5> |
||||||
|
<ul class="list-unstyled"> |
||||||
|
{% show_menu 1 0 100 100 'menu.html' %} |
||||||
|
</ul> |
||||||
|
</div> |
||||||
|
<div class="content"> |
||||||
|
{% placeholder "content" %} |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
{% endblock content %} |
||||||
Loading…
Reference in new issue