diff --git a/templates/base.html b/templates/base.html index 29ba5a5ba..3b22526bd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -43,9 +43,14 @@
- diff --git a/templates/section.html b/templates/section.html index 525604272..e81746749 100644 --- a/templates/section.html +++ b/templates/section.html @@ -22,6 +22,13 @@

{{ macros::render_backlinks(page=section) }} +{%- if not section.content | length -%} +
+
Work In Progress 👷
+ This page doesn't have any content at the moment. You can contribute to this page here. +
+{%- endif -%} +

{% endblock content %} \ No newline at end of file