header.tx 954 B

1234567891011121314151617181920
  1. <!doctype html>
  2. <html dir="<: $dir :>" lang="<: $lang :>">
  3. <head>
  4. <title><: $title :></title>
  5. <meta charset="utf-8" />
  6. <link rel="icon" type="image/vnd.microsoft.icon" href="<: $theme_dir :>/img/icon/favicon.ico" />
  7. <meta name="description" content="A Simple CMS by teodesian.net"/>
  8. <meta name="viewport" content="width=device-width">
  9. <link rel="stylesheet" type="text/css" href="/styles/structure.css" />
  10. <link rel="stylesheet" type="text/css" href="/styles/screen.css" media="screen" />
  11. <link rel="stylesheet" type="text/css" href="/styles/print.css" media="print" />
  12. <!-- Stylesheets !-->
  13. : for $stylesheets -> $stylesheet {
  14. <link rel="stylesheet" type="text/css" href="<: $stylesheet :>" media="screen" />
  15. : }
  16. : for $scripts -> $script {
  17. <script type="text/javascript" src="<: $script :>"></script>
  18. : }
  19. </head>
  20. <body>