summaryrefslogtreecommitdiffstats
path: root/lib/partials/header.p
blob: 84e59d160a86b8a5a59ce4740e1d1e4d251cf23b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@USE
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[]