blob: ab6844fd807a9e1b11fbb70da0d98deeedff1cfe (
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
32
33
34
|
__hijack(euro/__denom)
__dcoins_denom
html lang="en" {
head {
__include(head.gsp)
title {-€__denom Coins}
}
body {
nav {
__include(nav.gsp)
__include(euro/nav.dcoins.gsp)
}
main {
section {
header {
h1 {-€__denom Coins}
}
}
br{}br{}
section { __include(table-key.gsp) }
br{}br{}
__esyscmd(gen-dcoins __denom)
section { __include(foot.gsp) }
}
}
}
|