diff --git a/src/newsreader/templates/components/textbox/textbox.html b/src/newsreader/templates/components/textbox/textbox.html new file mode 100644 index 0000000..3a04797 --- /dev/null +++ b/src/newsreader/templates/components/textbox/textbox.html @@ -0,0 +1,13 @@ +
+ {% if title %} +

{{ title }}

+ {% endif %} + + {% if body %} +

{{ body }}

+ {% endif %} + + {% if footer %} + + {% endif %} +