diff options
| author | maxim nikonov <maxim.nikonov@hqo.co> | 2025-09-12 01:27:42 +0500 |
|---|---|---|
| committer | maxim nikonov <maxim.nikonov@hqo.co> | 2025-09-12 01:27:42 +0500 |
| commit | f4d0152393c7c5040a890c4701f85e290df43cdb (patch) | |
| tree | 20b7463614221199a5279e7d141593250319d96c /src/templates | |
| parent | d0e8c141c5dbb379408df4f01e2c2d5fb530b60d (diff) | |
feat
Diffstat (limited to 'src/templates')
| -rw-r--r-- | src/templates/tags.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/templates/tags.html b/src/templates/tags.html new file mode 100644 index 0000000..86c0626 --- /dev/null +++ b/src/templates/tags.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Категории</title> +</head> +<body> + Категории + {%tags%} +</body> +</html>
\ No newline at end of file |
