Files
zero2prod/templates/email/standalone.html
Alphonse Paix 1cc4871dd2
Some checks failed
Rust / Test (push) Has been cancelled
Rust / Rustfmt (push) Has been cancelled
Rust / Clippy (push) Has been cancelled
Rust / Code coverage (push) Has been cancelled
Templates refactoring
Inject HTML directly and fix footer out of main content <div>
2025-09-22 01:43:36 +02:00

3 lines
83 B
HTML

{% extends "base.html" %}
{% block content %}{{ html_content|safe }}{% endblock %}