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

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

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