diff --git a/wiki/pages/bfh.html b/wiki/pages/bfh.html new file mode 100644 index 0000000000000000000000000000000000000000..58ba0bb499eac0bfc110bc3a837cf3b7ed63a035 --- /dev/null +++ b/wiki/pages/bfh.html @@ -0,0 +1,13 @@ +{% extends "layout.html" %} + +{% block title %}<!-- empty -->{% endblock %} +{% block lead %}<!-- empty -->{% endblock %} + + +{% block sidebar %} +<!-- sidebar --> +{% endblock %} + +{% block page_content %} +<!-- content --> +{% endblock %} \ No newline at end of file diff --git a/wiki/pages/impressum.html b/wiki/pages/impressum.html index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..58ba0bb499eac0bfc110bc3a837cf3b7ed63a035 100644 --- a/wiki/pages/impressum.html +++ b/wiki/pages/impressum.html @@ -0,0 +1,13 @@ +{% extends "layout.html" %} + +{% block title %}<!-- empty -->{% endblock %} +{% block lead %}<!-- empty -->{% endblock %} + + +{% block sidebar %} +<!-- sidebar --> +{% endblock %} + +{% block page_content %} +<!-- content --> +{% endblock %} \ No newline at end of file