diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-21 07:51:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-21 07:51:15 +0000 |
commit | d8409535af8f9e9944c63c73f33bc7cc9577ccfb (patch) | |
tree | 5d3adfdc0309ee50bd74d974d3488ea6ba5b8229 /benchmark/Simple.jinja | |
parent | Initial commit. (diff) | |
download | jinjax-d8409535af8f9e9944c63c73f33bc7cc9577ccfb.tar.xz jinjax-d8409535af8f9e9944c63c73f33bc7cc9577ccfb.zip |
Adding upstream version 0.45+dfsg.upstream/0.45+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'benchmark/Simple.jinja')
-rw-r--r-- | benchmark/Simple.jinja | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/benchmark/Simple.jinja b/benchmark/Simple.jinja new file mode 100644 index 0000000..7b3c9d1 --- /dev/null +++ b/benchmark/Simple.jinja @@ -0,0 +1,16 @@ +{#def message #} +<!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>{{ message }}</title> +</head> +<body> +<section class="card"> +<div class="greeting [&_a]:flex">{{ message }}</div> +<button type="button">Close</button> +<button type="button" disabled>×</button> +</section> +</body> +</html> |