Permalink
Browse files
Specify a wrapper document
- Loading branch information...
Showing
with
12 additions
and
0 deletions.
-
+1
−0
.tpagerc
-
+11
−0
include/wrapper.html
|
@@ -4,4 +4,5 @@ trim |
|
|
|
start_tag=<% |
|
|
|
end_tag=%> |
|
|
|
include_path=include |
|
|
|
wrapper=wrapper.html |
|
|
|
|
|
|
@@ -0,0 +1,11 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
<html lang="en"> |
|
|
|
<head> |
|
|
|
<meta charset="utf-8"> |
|
|
|
<title><% template.title %></title> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<% content %> |
|
|
|
</body> |
|
|
|
</html> |
|
|
|
|
0 comments on commit
ed66802