Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
45710fae
Commit
45710fae
authored
Feb 21, 2016
by
fred
Browse files
add page with sidebar template
parent
9c009dd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/combo/page_template_sidebar.html
0 → 100644
View file @
45710fae
{% extends "base.html" %}
{% load combo %}
{% block title %}{{ page.title }}{% endblock %}
{% block toptitle %}
<h1
class=
"top"
>
{% firstof page.get_parents_and_self.1.title page.title %}
</h1>
{% endblock %}
{% block nav %}
{% endblock %}
{% block main %}
<div
class=
"wrapper navigation"
>
<div
id=
"fiber-content"
class=
"leftPart"
>
<div
class=
"text"
>
{% placeholder "content" %}
</div>
</div>
<div
id=
"fiber-nav"
class=
"sub rightPart custom marged"
>
{% block menu %}{% show_menu level=1 depth=2 %}{% endblock %}
{% placeholder "sidebar" %}
</div>
</div>
{% endblock %}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment