Logo
Explore Help
Sign In
admin/e-ticket
1
0
Fork 0
You've already forked e-ticket
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
46a84a9f9a0fcbfae894e5b8f922005547aecdfd
e-ticket/templates/base.html.twig

14 lines
343 B
Twig
Raw Normal View History

Add webapp packages
2026-03-04 21:52:29 +01:00
<!DOCTYPE html>
Add application source code, configs and assets - Controllers, Entity, Repository, Services, Twig extensions - Templates (account, emails, home, legal, security, unsubscribe) - Symfony config updates (bundles, security, framework, services) - Vite + Bun setup with PostCSS - Caddy config, CLAUDE.md, README - Update .gitignore (node_modules, .idea, cert) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 20:16:01 +01:00
<html lang="fr">
Clean templates, add Caddy dev, Ansible and Gitea config - Reset templates: clean base.html.twig + new email base template - Remove old templates (account, legal, security, emails, etc.) - Add Caddy service to docker-compose-dev - Add ansible hosts.ini for production deployment - Add .gitea/CODEOWNERS - Clean app.scss Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 20:23:16 +01:00
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}{% endblock %}</title>
{% block stylesheets %}{% endblock %}
</head>
<body>
{% block body %}{% endblock %}
{% block javascripts %}{% endblock %}
</body>
Add webapp packages
2026-03-04 21:52:29 +01:00
</html>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API