git://git.onelab.eu
/
myslice.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of ssh://git.onelab.eu/git/myslice
[myslice.git]
/
ui
/
templates
/
layout-unfold1.html
1
{% extends "base.html" %}
2
3
{% block base_content %}
4
<div id="unfold1-main" class="col-xs-12 columns">
5
{% block unfold_main %}
6
"The main content area (define block 'unfold_main')"
7
{% endblock unfold_main %}
8
</div><!--col-xs-12-->
9
{% endblock %}