<head> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta charset="utf-8"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" /> <link rel="stylesheet" type="text/css" href="/css/styles.css" /> <title>{{ post['content'] }}</title> </head> <body> <div id="content"> {{ post['content']|safe }} <p> Browse <a href="/notes">here</a> or by tag <a href="/tags">here</a>. </p> <div id="searchWrapper"> <input autocomplete="off" placeholder="search" id="search" autofocus> </div> <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> <div id="results"> </div> <p class="smallText"> page generated by <a href="https://github.com/alvierahman90/gronk">gronk</a> (commit {{ n2w_commit }}) {% if notes_git_head_sha1 %}notes commit {{ notes_git_head_sha1 }}{% endif %}</p> </div> <script src="/js/fuse.js"> </script> <script> const search_data = {{ search_data|tojson }} </script> <script src="/js/search.js"> </script> </body>