-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.pug
34 lines (30 loc) · 1012 Bytes
/
template.pug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
// #sidebar I am the text in the sidebar.
h1 {{ title }}
.ui.piled.segment
p Oh hi there ! I am some text in a cool box.
.ui.grid
.six.wide.column
strong Left Column
p
| This is a static image from
a(href="https://unsplash.com/@wesnext") Lucas Wesney on Unsplash
img(src="#{workdir}/lucas-wesney-s-y2HJElONo-unsplash.jpg", class="ui image")
.six.wide.column
strong Right Column
p This is a figure from Plotly:
img(src="data:image/png;base64,#{fig_as_b64}", alt="Non-Existent", class="ui image")
.ui.grid
.column
table(class='ui striped table')
thead
tr
th Timestamp
th Event Code
th Sub Event Code
th Event Text
th Room ID
tbody
each row in table_rows
tr
each field in row
td #{field}