repo.or.cz
/
haanga.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Experimental: Added references to static methods/properties of objects (Requested...
[haanga.git]
/
examples
/
django-yui-layout-templates
/
layout_2_columns_narrow_right_column.html
blob
85c07ad539ddc3700bf342c1879f424fb37267b3
1
{% extends 'layout_overrides.html' %}
2
3
{% block yahooui %}
id
=
"doc3"
class
=
"yui-t4"
{% endblock yahooui %}
4
5
{% block body_content %}
6
<div
id
=
"yui-main"
>
7
<div
class
=
"yui-b"
>
8
{% block
1
%}
9
{% endblock
1
%}
10
</div>
11
</div>
12
<div
class
=
"yui-b"
>
13
{% block
2
%}
14
{% endblock
2
%}
15
</div>
16
{% endblock body_content %}