Documentation additions. Fixes to compilation. Made true passthrough which works.
This commit is contained in:
9
examples/pixywerk.com/publish/templates/default.jinja2
Normal file
9
examples/pixywerk.com/publish/templates/default.jinja2
Normal file
@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>{{ metadata.title }}</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
{{ content }}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user