summaryrefslogtreecommitdiffhomepage
path: root/src/euro/index.dcoins.gsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/euro/index.dcoins.gsp')
-rw-r--r--src/euro/index.dcoins.gsp34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/euro/index.dcoins.gsp b/src/euro/index.dcoins.gsp
new file mode 100644
index 0000000..ab6844f
--- /dev/null
+++ b/src/euro/index.dcoins.gsp
@@ -0,0 +1,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) }
+ }
+ }
+}