]> git.plutz.net Git - confetti/blobdiff - templates/frame.html.sh
changed page structure
[confetti] / templates / frame.html.sh
similarity index 84%
rename from ifcomponent/frame.sh
rename to templates/frame.html.sh
index fa04fd6eda19e45547d2a9d27233de97f40132b4..bac287180270d0f05c00f5dc531c3794fd908676 100755 (executable)
@@ -1,11 +1,9 @@
-#!/bin/zsh
-
 cat <<EOF
 <!Doctype HTML>
 
 <html>
   <head>
-    <title>$TITLE</title>
+    <title>$($PAGE title)</title>
     <style type="text/css">
     <!--
 
@@ -24,3 +22,5 @@ cat <<EOF
   </body>
 </html>
 EOF
+
+# vi:set filetype=html: