diff options
Diffstat (limited to 'docs/components/guide/slots/CompLayout.jinja')
-rw-r--r-- | docs/components/guide/slots/CompLayout.jinja | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/components/guide/slots/CompLayout.jinja b/docs/components/guide/slots/CompLayout.jinja deleted file mode 100644 index 86c482e..0000000 --- a/docs/components/guide/slots/CompLayout.jinja +++ /dev/null @@ -1,14 +0,0 @@ -{% 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 %}
\ No newline at end of file |