2015-06-16 21:57:44 +02:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "UTF-8" >
2015-06-16 22:26:10 +02:00
< link href = "static/css/bootstrap.min.css" type = "text/css" rel = "stylesheet" >
2015-06-16 21:57:44 +02:00
< link href = "static/css/style.css" type = "text/css" rel = "stylesheet" >
< title > Binary Kitchen: LDAP User Administration Portal< / title >
< / head >
< body >
< header >
< img src = "static/img/binary_kitchen.svg" alt = "Binary Kitchen" >
2015-06-16 22:26:10 +02:00
< h1 > LDAP User Administration Portal< / h1 >
2015-06-16 21:57:44 +02:00
< / header >
< nav >
{% block navigation %}
{% endblock %}
< / nav >
< main >
{% block content %}
{% endblock %}
< / main >
< footer >
2015-06-16 22:26:10 +02:00
< p > Binary Kitchen: LDAP User Administration Portal, < a href = "https://github.com/moepman/bk-luap" > source code< / a > under MIT license, powered by < a href = "http://flask.pocoo.org/" > Flask< / a > and < a href = "http://getbootstrap.com/" > Bootstrap< / a > < / p >
2015-06-16 21:57:44 +02:00
< / footer >
< / body >
< / html >