Reformat html files
This commit is contained in:
parent
9a208ca108
commit
52f1e77fe1
205 changed files with 11096 additions and 11086 deletions
|
@ -1,18 +1,18 @@
|
|||
{% macro make_tab(name, fa, url, text) %}
|
||||
<li class="tab{% if tab == name %} active{% endif %}">
|
||||
{%- if url %}<a href="{{ url }}">{% else %}<span>{% endif -%}
|
||||
<i class="tab-icon fa {{ fa }}"></i> {{ text }}
|
||||
{%- if url %}</a>{% else %}</span>{% endif -%}
|
||||
</li>
|
||||
<li class="tab{% if tab == name %} active{% endif %}">
|
||||
{%- if url %}<a href="{{ url }}">{% else %}<span>{% endif -%}
|
||||
<i class="tab-icon fa {{ fa }}"></i> {{ text }}
|
||||
{%- if url %}</a>{% else %}</span>{% endif -%}
|
||||
</li>
|
||||
{% endmacro %}
|
||||
|
||||
<div class="page-title">
|
||||
<div class="tabs">
|
||||
<h2>{{ content_title or title }}</h2>
|
||||
<span class="spacer"></span>
|
||||
{% block post_tab_spacer %}{% endblock %}
|
||||
<ul>
|
||||
{% block tabs %}{% endblock %}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="tabs">
|
||||
<h2>{{ content_title or title }}</h2>
|
||||
<span class="spacer"></span>
|
||||
{% block post_tab_spacer %}{% endblock %}
|
||||
<ul>
|
||||
{% block tabs %}{% endblock %}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue