Integrate Salsa fully with templates and add diagnostics (#201)

This commit is contained in:
Josh Thomas 2025-09-08 19:44:59 -05:00 committed by GitHub
parent 5974c51383
commit 6a4f1668e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 2571 additions and 1248 deletions

View file

@ -19,7 +19,12 @@
{# This is a comment #}
{% block content %}
{% endblock content %}
{% block foo %}
{% endblock bar %}
{% if foo %}{% endif %}
{% else %}
{% endblock %}
</body>
</html>