|
@@ -1,2 +1,18 @@
|
1
|
|
-<p style="color:#0a0">This is a green html but nevermind...</p>
|
2
|
|
-<pre><% content %></pre>
|
|
1
|
+<!DOCTYPE html>
|
|
2
|
+<html lang="en">
|
|
3
|
+
|
|
4
|
+ <head>
|
|
5
|
+ <title><% title %></title>
|
|
6
|
+ <meta charset="utf-8" />
|
|
7
|
+ <meta x-st-slave="Params: a=b" />
|
|
8
|
+ <meta x-st-slave="Master Revision: 1366856496" />
|
|
9
|
+ <meta x-st-slave="Master: /release/rc.stm" />
|
|
10
|
+ <link rel="stylesheet" href="/main.css" />
|
|
11
|
+ <link rel="alternate" href="/st/release/rc.stm?a=b" />
|
|
12
|
+ </head>
|
|
13
|
+ <body>
|
|
14
|
+
|
|
15
|
+ [% content %]
|
|
16
|
+
|
|
17
|
+ </body>
|
|
18
|
+</html>
|