diff options
Diffstat (limited to 'benchmark/Layout.jinja')
-rw-r--r-- | benchmark/Layout.jinja | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/benchmark/Layout.jinja b/benchmark/Layout.jinja new file mode 100644 index 0000000..2437b70 --- /dev/null +++ b/benchmark/Layout.jinja @@ -0,0 +1,13 @@ +{#def title #} + +<!DOCTYPE html> +<html lang="en"> +<head> +<meta charset="utf-8" /> +<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport" /> +<title>{{ title }}</title> +</head> +<body> +{{ content }} +</body> +</html> |