diff options
Diffstat (limited to 'tests/fixtures/_layout.html')
| -rw-r--r-- | tests/fixtures/_layout.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fixtures/_layout.html b/tests/fixtures/_layout.html new file mode 100644 index 0000000..2b57c5d --- /dev/null +++ b/tests/fixtures/_layout.html @@ -0,0 +1,6 @@ +<html> +<head><title>{{ title }}</title></head> +<body> +{{ content }} +</body> +</html> |