28 lines
377 B
HTML
28 lines
377 B
HTML
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>FlaskTest</title>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css"
|
|
>
|
|
</head>
|
|
|
|
<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>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|