2021-08-19 12:41:19 +00:00
< head >
2021-12-23 21:43:20 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1, maximum-scale=1" >
2021-08-19 12:41:19 +00:00
< meta charset = "utf-8" >
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" / >
2024-01-02 18:22:15 +00:00
< link rel = "stylesheet" type = "text/css" href = "/css/styles.css" / >
2023-09-17 19:18:24 +00:00
< title > {{ post['content'] }}< / title >
2021-08-19 12:41:19 +00:00
< / head >
< body >
2021-12-22 17:46:01 +00:00
< div id = "content" >
2023-09-17 19:18:24 +00:00
{{ post['content']|safe }}
2021-08-19 12:41:19 +00:00
< p >
2024-01-02 18:22:15 +00:00
Browse < a href = "/notes" > here< / a > or by tag < a href = "/tags" > here< / a > .
2021-08-19 12:41:19 +00:00
< / p >
2021-08-21 09:33:31 +00:00
< div id = "searchWrapper" >
2023-02-06 12:37:22 +00:00
< input autocomplete = "off" placeholder = "search" id = "search" autofocus >
2021-08-21 09:33:31 +00:00
< / div >
2021-08-24 14:36:42 +00:00
< p class = "smallText" style = "margin-top: 0; text-align: center;" > Press < kbd > Enter< / kbd > to open first result or < kbd > Shift< / kbd > +< kbd > Enter< / kbd > to open in new tab< / p >
2021-08-19 13:43:42 +00:00
< div id = "results" >
< / div >
2024-01-02 18:22:15 +00:00
< p class = "smallText" > page generated by < a href = "https://github.com/alvierahman90/notes2web" > notes2web< / a > (commit {{ n2w_commit }}) {% if notes_git_head_sha1 %}notes commit {{ notes_git_head_sha1 }}{% endif %}< / p >
2021-12-22 17:46:01 +00:00
< / div >
2024-01-02 18:22:15 +00:00
< script src = "/js/fuse.js" > < / script >
< script > const search _data = { { search _data | tojson } } < / script >
< script src = "/js/search.js" > < / script >
2021-08-19 12:41:19 +00:00
< / body >