blob: 0440b13c9039a6ceb1cb09e7d5abc70e28b9bfe5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
@USE
../lib/templates/base.p
../lib/partials/article.p
../lib/partials/section.p
../lib/partials/figure.p
@main[]
$photo_thumbnails[
$.[image/webp][/img/thumb/me.webp]
$.[image/jpeg][/img/thumb/me.jpg]
]
^base[михаил «synzr»]{
^article[index][^locale.t[index_article_hello_there]]{
^section[about-me]{
^figure[$photo_thumbnails;image/jpeg;
$.caption[^locale.t[index_me_caption]]
$.height[160]
$.href[/img/photo/me.jpg]
]
<p class="text">^locale.html[index_article_hello_there_paragraph_1]</p>
<p class="text">^locale.html[index_article_hello_there_paragraph_2]</p>
<p class="text">^locale.html[index_article_hello_there_paragraph_3]</p>
}
<hr class="divider">
}
}{
# empty CSS block
}{
# empty JS block
}
#end @main[]
|