From b6bba140654c18687e05874e822cccbef6fea4fa Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 17 Feb 2025 18:19:21 +0200 Subject: Improve templating --- browser/templates/frag_error.html.j2 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'browser/templates/frag_error.html.j2') diff --git a/browser/templates/frag_error.html.j2 b/browser/templates/frag_error.html.j2 index 092642f..c5034cd 100644 --- a/browser/templates/frag_error.html.j2 +++ b/browser/templates/frag_error.html.j2 @@ -1,3 +1,9 @@ +{# +Params + error Error message to display + container (optional) id for a div to wrap the error message in +#} + {% if container %}
{% endif %} -- cgit v1.3