summaryrefslogtreecommitdiff
path: root/template/index.tpl
diff options
context:
space:
mode:
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>