diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-03 20:59:02 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-03 20:59:02 +0100 |
| commit | 260e8ec69b8e08b9fd105bf688e7a3a9fafecd61 (patch) | |
| tree | 3cbbccc74357dc8ddc37fb507005f4866df3b3fb /tests/fixtures/_layout.html | |
| parent | 45fbf824248215a737d5d0b52920b43b68941ad3 (diff) | |
Add first tests
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> |