rstcms/templates/test.html

12 lines
278 B
HTML

<style>
pre { max-width: 100%; overflow: scroll; }
</style>
<form action='/update' method='POST'>
<textarea rows = "5" cols = "60" name = "content" id="content">
{% if content %}
{{ content }}
{% endif %}
</textarea><br>
<button type="submit">Update in GIT!!</button>
</form>