template improved, using multiple .py files now
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>FlaskTest</title>
|
||||
<title>D&D Characters</title>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css"
|
||||
@@ -13,12 +11,14 @@
|
||||
|
||||
<body>
|
||||
|
||||
<div class="columns is-mobile is-centered">
|
||||
<div class="column is-two-thirds">
|
||||
<p class="bd-notification is-primary">
|
||||
<pre>{{htmlBody}}</pre>
|
||||
</p>
|
||||
</div>
|
||||
<div class="columns is-centered is-gapless">
|
||||
{%for character in sheets%}
|
||||
<div class="column is-narrow" >
|
||||
<p class="bd-notification">
|
||||
<pre>{{character | join("\n")}}</pre>
|
||||
</p>
|
||||
</div>
|
||||
{%endfor%}
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user