; Tuhinga webREPL template for bottle ; Copyright (c) 2014-2023 Benjamin Althues html5 head meta :charset=utf-8 meta :name=viewport device-width, initial-scale=1.0 title Tuhinga webREPL css //maxcdn.bootstrapcdn.com/bootswatch/3.3.1/darkly/bootstrap.min.css style textarea, pre {font-size: 12px;} body .container h1.page-header tuhinga webREPL small version {{ version }} ul.list-inline li p Display: li a#side-by-side :href=javascript:; side-by-side li a#full-width :href=javascript:; full-width .row .col-lg-6 h2 input small tuhinga textarea#src.form-control :rows=20 {{ initial_doc }} .col-lg-6 h2 output small html pre#dest {{ initial_html }} .container hr p.pull-right This page itself is written in tuhinga, a :href=/tuhinga/source view the source p Copyright © 2014-2023 Benjamin Althues js //code.jquery.com/jquery-2.1.3.min.js js {{ app_root }}/tuhinga_webrepl.js