1
0
Fork 0
jinjax/docs/components/guide/slots/CompLayout.jinja

14 lines
224 B
Text
Raw Normal View History

{% 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 %}