summaryrefslogtreecommitdiffstats
path: root/partials/_header.p
blob: 5f57f7c3fa4e345a70865456f4af645f9bd235a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@USE
/partials/_picture.p

@header[brand]
$pokepi[
    $.[image/webp][/img/pokepi.webp]
    $.[image/png][/img/pokepi.png]
]

<header class="header clearfix" role="presentation">
    ^picture[$pokepi;image/png;
        $.alt[Мой покепи]
        $.class[pokepi]
    ]
    <h1 class="brand">
        ^for[i](0;^brand.length[] - 1){
            <span class="letter">^brand.mid($i;1)</span>
        }
    </h1>
</header>
#end @header[]