blob: 5550c8bf9fa15755138ff8547f2f00283e8cc1e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 %}
|