style: Reindent and reformat
This commit is contained in:
parent
07f51e80a2
commit
c98ebb44ca
6 changed files with 101 additions and 99 deletions
|
|
@ -1,4 +1,3 @@
|
|||
<!-- gates.macro -->
|
||||
{% macro list(name, url, image, links) %}
|
||||
<article class="portal__entry">
|
||||
<section>
|
||||
|
|
|
|||
|
|
@ -2,15 +2,19 @@
|
|||
<a class="{{ class }}" href="">{{ text }}</a>
|
||||
{# {{ 'name@domain.tld' | urlize | safe }} #}
|
||||
{% endmacro %}
|
||||
|
||||
{% macro link(class = '', text = 'domain.tld', href = 'http://domain.internal') %}
|
||||
<a class="{{ class }}" href="{{ href }}">{{ text }}</a>
|
||||
{% endmacro %}
|
||||
|
||||
{% macro name(class = '', text = 'Vorname Nachname') %}
|
||||
<span class="{{ class }}">{{ text }}</span>
|
||||
{% endmacro %}
|
||||
|
||||
{% macro address(class = '', text = 'Straße Nr., PLZ Ort') %}
|
||||
<span class="{{ class }}">{{ text }}</span>
|
||||
{% endmacro %}
|
||||
|
||||
{% macro brand(class = '', name = 'Marke') %}
|
||||
<div class="{{ class }}">
|
||||
{# <img src="" alt="Brand logo"> #}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
<!-- states.macro -->
|
||||
{% macro coord(id, text = 'X: #, Y: ##') %}
|
||||
<span id="{{ id }}">{{ text }}</span>
|
||||
{% endmacro %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue