diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-04 01:41:15 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-01-04 01:41:15 +0100 |
| commit | 5732d284ebc2cc2cbde0f050443b8f137dbf585b (patch) | |
| tree | 429d5b6f095978bbc530a5e38f250c03b54bd297 /tests/fixtures/_layout.html | |
| parent | 2cbae13cfd94f48dfe9a8c903e05aea49106b778 (diff) | |
Format and lint the code
Diffstat (limited to 'tests/fixtures/_layout.html')
| -rw-r--r-- | tests/fixtures/_layout.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/fixtures/_layout.html b/tests/fixtures/_layout.html deleted file mode 100644 index 2b57c5d..0000000 --- a/tests/fixtures/_layout.html +++ /dev/null @@ -1,6 +0,0 @@ -<html> -<head><title>{{ title }}</title></head> -<body> -{{ content }} -</body> -</html> |