|
@@ -54,12 +54,6 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="four-fifths column">
|
|
<div class="four-fifths column">
|
|
|
<h1 class="title">{{title}}{% if acl %} <sub>{{acl}}</sub>{% endif %}{% if sub %} <sub>({{sub}})</sub>{% endif %}</h1>
|
|
<h1 class="title">{{title}}{% if acl %} <sub>{{acl}}</sub>{% endif %}{% if sub %} <sub>({{sub}})</sub>{% endif %}</h1>
|
|
|
- {% if redirect %}
|
|
|
|
|
- {% autoescape false %}
|
|
|
|
|
- <li style="margin-top: -20px;">{{redirect}}</li>
|
|
|
|
|
- <br>
|
|
|
|
|
- {% endautoescape %}
|
|
|
|
|
- {% endif %}
|
|
|
|
|
{% if tn == 1 %}
|
|
{% if tn == 1 %}
|
|
|
<div id="tool">
|
|
<div id="tool">
|
|
|
<nav class="menu">
|
|
<nav class="menu">
|
|
@@ -74,6 +68,12 @@
|
|
|
<a class="menu-item" style="{{style}}" href="/w/{{uppage}}">상위</a>
|
|
<a class="menu-item" style="{{style}}" href="/w/{{uppage}}">상위</a>
|
|
|
</nav>
|
|
</nav>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ {% if redirect %}
|
|
|
|
|
+ {% autoescape false %}
|
|
|
|
|
+ <li style="margin-top: -20px;">{{redirect}}</li>
|
|
|
|
|
+ <br>
|
|
|
|
|
+ {% endautoescape %}
|
|
|
|
|
+ {% endif %}
|
|
|
<div>
|
|
<div>
|
|
|
{% autoescape false %}
|
|
{% autoescape false %}
|
|
|
{{data}}
|
|
{{data}}
|