summaryrefslogtreecommitdiff
path: root/talermerchantdemos/templates/common-base.html.j2
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-04-23 15:34:27 +0200
committerFlorian Dold <florian@dold.me>2021-04-23 15:34:27 +0200
commitc014d1d0dc2d421ee0df37ab4ae23506c224cf93 (patch)
tree1bc03077d98713091659692ba8d4dc2597345dfc /talermerchantdemos/templates/common-base.html.j2
parent22e2a937f9ed13058cd532beaa26d241cb14d64b (diff)
downloadtaler-merchant-demos-c014d1d0dc2d421ee0df37ab4ae23506c224cf93.tar.gz
taler-merchant-demos-c014d1d0dc2d421ee0df37ab4ae23506c224cf93.tar.bz2
taler-merchant-demos-c014d1d0dc2d421ee0df37ab4ae23506c224cf93.zip
layout
Diffstat (limited to 'talermerchantdemos/templates/common-base.html.j2')
-rw-r--r--talermerchantdemos/templates/common-base.html.j210
1 files changed, 5 insertions, 5 deletions
diff --git a/talermerchantdemos/templates/common-base.html.j2 b/talermerchantdemos/templates/common-base.html.j2
index 9c854e5..9ff90e7 100644
--- a/talermerchantdemos/templates/common-base.html.j2
+++ b/talermerchantdemos/templates/common-base.html.j2
@@ -25,15 +25,15 @@
</head>
<body>
- <header class="demobar" style="display: flex; flex-direction: row;">
- <a href="https://taler.net/">
- <img src="{{ static('logo-white.svg') }}" height="100" width="224" style="margin: 2em 2em"><br/>
- </a>
- <div style="max-width: 50em">
+ <header class="demobar" style="display: flex; flex-direction: row; justify-content: space-between;">
+ <div style="max-width: 50em; margin-left: 2em;">
{% block header_content %}
<p>This is the header content.</p>
{% endblock %}
</div>
+ <a href="https://taler.net/">
+ <img src="{{ static('logo-white.svg') }}" height="100" width="224" style="margin: 2em 2em"><br/>
+ </a>
</header>