- EmailTracking entity + repository + pixel tracking controller - CspReportController: filter noise, alert on real violations - RedirectController: external redirect warning page - UnsubscribeManager: HMAC-based unsubscribe with hashed storage - MailerService: rewrite with S/MIME, tracking, unsubscribe headers - ViteAssetExtension: add nonce CSP via Nelmio, isMobile - composer: add stripe/stripe-php, mobiledetect - Templates: add home/index, update base.html.twig with vite_asset - Email template: rebrand to E-Ticket Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
116 B
Twig
8 lines
116 B
Twig
{% extends 'base.html.twig' %}
|
|
|
|
{% block title %}Accueil - E-Ticket{% endblock %}
|
|
|
|
{% block body %}
|
|
|
|
{% endblock %}
|