Adding upstream version 0.45+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b4efa209be
commit
eb42e29864
35 changed files with 4489 additions and 0 deletions
16
benchmark/Simple.jinja
Normal file
16
benchmark/Simple.jinja
Normal file
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue