Added more content, Minor incremental improvements

Update app.py, uuid-generator.yml, and 23 more files...
This commit is contained in:
2025-02-24 21:17:56 +01:00
parent 0e91b5ed96
commit ec905b4735
23 changed files with 608 additions and 69 deletions

View File

@@ -0,0 +1,16 @@
{% extends "projects/_project.jinja" %}
{% block project_content %}
{{ render_h2(l10n("intro.title", project_id, user_lang)) }}
{{ render_paragraph(l10n("intro.text.10", project_id, user_lang)) }}
{{ render_paragraph(l10n("intro.text.20", project_id, user_lang)) }}
{{
render_paragraph(
l10n("intro.text.30", project_id, user_lang) + "<br>" +
l10n("intro.text.31", project_id, user_lang) + "<br>" +
l10n("intro.text.32", project_id, user_lang)
)
}}
{{ render_h2(l10n("features.title", project_id, user_lang)) }}
{% endblock %}