summaryrefslogtreecommitdiff
path: root/template/index.tpl
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2016-10-11 14:01:29 +0200
committeremkael <emkael@tlen.pl>2016-10-11 14:01:29 +0200
commit51609351f2c4b5082b7e6f0744cd3811c325303f (patch)
tree739015e9ec69bc185ebe30db21369ae0b8b692ce /template/index.tpl
parent8d1b0dad63e3906efa9393ef01d08b77d83417b5 (diff)
* initial template
Diffstat (limited to 'template/index.tpl')
-rw-r--r--template/index.tpl32
1 files changed, 32 insertions, 0 deletions
diff --git a/template/index.tpl b/template/index.tpl
new file mode 100644
index 0000000..ab83971
--- /dev/null
+++ b/template/index.tpl
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html lang="{$lang|default:'pl'}">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+ <title>{if $title}{$title} &diams; {/if}Młodzieżowy Festiwal Brydżowy &diams; Szczyrk 2016</title>
+
+ <meta name="author" content="emkael" />
+ <meta name="description" content="emkael.github.io" />
+ <meta name="keywords" content="emkael, github, github pages, mkl" />
+
+ <base href="{$base|default:'/'}" />
+
+ {foreach from=$sheets item=sheet}
+ <link href="_css/{$sheet}" rel="stylesheet" />
+ {/foreach}
+
+ </head>
+ <body>
+
+ {$menu}
+
+ {$content}
+
+ {foreach from=$scripts item=script}
+ <script src="_js/{$script}" type="text/javascript"></script>
+ {/foreach}
+
+ </body>
+</html>