played with content
This commit is contained in:
parent
a2323f7f8a
commit
b33cf41acc
@ -3,7 +3,7 @@
|
||||
<body style="margin: 0; padding: 2;">
|
||||
{{> header.html }}
|
||||
|
||||
<div style="padding: 20px;">
|
||||
<div style="padding: 20px; background-color: white;">
|
||||
{{{ Body }}}
|
||||
</div>
|
||||
|
||||
|
@ -3,13 +3,14 @@
|
||||
<body style="margin: 0; padding: 2;">
|
||||
{{> header.html }}
|
||||
|
||||
<div style="padding: 20px;">
|
||||
<div style="padding: 20px; background-color: white;">
|
||||
|
||||
{{#if Data.bild }}
|
||||
<img src="{{ Data.bild }}" style="float: right; margin-left: 20px; margin-bottom: 20px">
|
||||
{{/if}}
|
||||
|
||||
{{{ Body }}}
|
||||
<div style="clear: both;"></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<footer style="background-color: lightgrey; padding: 20px;">
|
||||
<footer style="padding: 20px;">
|
||||
<div><b>service Level 1</b></div>
|
||||
<ul>
|
||||
{{#each NavMap.de.SubMap.service.SubSlice }}
|
||||
|
@ -1,5 +1,6 @@
|
||||
<header style="background-color: lightgrey; padding: 20px;">
|
||||
<div><img src="../assets/img/logo.png" style="max-width: 80%; margin-bottom: 20px;"></div>
|
||||
<header>
|
||||
<div style="background-color:#444; padding: 20px;"><img src="../assets/img/logo.png" style="max-width: 60%;"></div>
|
||||
<div style="padding: 20px;">
|
||||
<div><b>main Level 1</b></div>
|
||||
<ul>
|
||||
{{#each NavMap.de.SubMap.main.SubSlice }}
|
||||
@ -14,4 +15,5 @@
|
||||
</li>
|
||||
{{/each }}
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
@ -8,6 +8,7 @@
|
||||
}
|
||||
body {
|
||||
color: #333;
|
||||
background-color: lightgrey;
|
||||
}
|
||||
</style>
|
||||
</meta>
|
||||
|
Loading…
Reference in New Issue
Block a user