tidying up

This commit is contained in:
tsmethurst
2021-03-20 19:06:28 +01:00
parent 2b7b562a43
commit d0e6625d6e
3 changed files with 46 additions and 19 deletions

View File

@ -11,6 +11,7 @@
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>
{{if len .code | eq 0 }}
<body>
<div class="container">
<div class="jumbotron">
@ -30,4 +31,14 @@
</div>
</div>
</body>
{{else}}
<body>
<div class="container">
<div class="jumbotron">
{{.code}}
</div>
</div>
</body>
{{end}}
</html>