diff --git a/kursy/templates/components/container.html b/kursy/templates/components/container.html new file mode 100644 index 0000000..9e3dc42 --- /dev/null +++ b/kursy/templates/components/container.html @@ -0,0 +1,8 @@ +{% load i18n %} +
+
+

{{ heading }}

+ {% if subheading %}
{{ subheading }}
{% endif %} + {{ children }} +
+