diff options
Diffstat (limited to 'code/_templates')
-rw-r--r-- | code/_templates/layout.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/code/_templates/layout.html b/code/_templates/layout.html new file mode 100644 index 00000000..5550c8bf --- /dev/null +++ b/code/_templates/layout.html @@ -0,0 +1,13 @@ +{% extends "!layout.html" %} + +{% block sidebartitle %} + <div style="width: 50%; padding: 0; margin: 0; margin-left: 69px;"> + <img src="{{ pathto('_static/logo.png', 1) }}" + alt="My Logo" + style="width: 100%; height: auto; display: block;" /> + <div class="verison" style="color: #111; font-weight: bold; margin-bottom: 20px;"> + eSim 2.5 + </div> + </div> + {{ super() }} +{% endblock %}
\ No newline at end of file |