Skip to content

Instantly share code, notes, and snippets.

@WillKoehrsen
Created November 18, 2018 02:20
Show Gist options
  • Save WillKoehrsen/6c6629dbadd96da3801911efd449f861 to your computer and use it in GitHub Desktop.
Save WillKoehrsen/6c6629dbadd96da3801911efd449f861 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<header>
<title>Random Starting Abstract
</title>
<link rel="stylesheet" href="/static/css/main.css">
<link rel="shortcut icon" href="/static/images/lstm.ico">
<ul>
<li><a href="/">Home</a></li>
</ul>
</header>
<body>
<div class="container">
{% block content %}
{{input|safe}}
{% endblock %}
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment