14 lines
224 B
Text
14 lines
224 B
Text
|
{% filter markdown %}{% raw %}
|
||
|
```html+jinja
|
||
|
{#def title #}
|
||
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>{{ title }}</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
{{ content }}
|
||
|
</body>
|
||
|
```
|
||
|
{% endraw %}{% endfilter %}
|