Init: basic templating.
This commit is contained in:
commit
ec1b43754a
7 changed files with 608 additions and 0 deletions
10
berichtsheft/assets/templates/blank.html
Normal file
10
berichtsheft/assets/templates/blank.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<template id="blank">
|
||||
<div class="page blank">
|
||||
<div class="pg-footer">
|
||||
<p>Seite </p>
|
||||
<p class="pnum"></p>
|
||||
<p> von </p>
|
||||
<p class="pcount"</p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue