summaryrefslogtreecommitdiff
path: root/Cheetah/Tests/ImportHooksTemplates/layout.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'Cheetah/Tests/ImportHooksTemplates/layout.tmpl')
-rw-r--r--Cheetah/Tests/ImportHooksTemplates/layout.tmpl16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cheetah/Tests/ImportHooksTemplates/layout.tmpl b/Cheetah/Tests/ImportHooksTemplates/layout.tmpl
new file mode 100644
index 0000000..d632430
--- /dev/null
+++ b/Cheetah/Tests/ImportHooksTemplates/layout.tmpl
@@ -0,0 +1,16 @@
+#attr $title = ''
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+ "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<!-- THIS PAGE IS AUTOMATICALLY GENERATED USING CheetahTemplate. DO NOT EDIT. -->
+<head>
+<title>$title</title>
+<meta name="author" content="Oleg Broytman">
+<meta name="copyright" content="&copy; 2018 PhiloSoft Design">
+<link rev="made" href="mailto:phd@phdru.name">
+<meta name="generator" content="CheetahTemplate">
+</head>
+<body>
+$body
+</body>
+</html>