| Index: experimental/webtry/templates/iframe.html
|
| diff --git a/experimental/webtry/templates/iframe.html b/experimental/webtry/templates/iframe.html
|
| index 01e529acbccd41043029af5af11978d668ca81c8..d7b165db2f36f0d6754c0a10e8a9bd1f6c39f197 100644
|
| --- a/experimental/webtry/templates/iframe.html
|
| +++ b/experimental/webtry/templates/iframe.html
|
| @@ -6,17 +6,7 @@
|
| <link rel='stylesheet' href='/css/' type='text/css' media='screen'>
|
| </head>
|
| <body class=iframe>
|
| - <section id=content>
|
| - <pre><code><textarea spellcheck=false name='code' id='code' rows='8' cols='80'>{{.UserCode}}</textarea></code></pre>
|
| -
|
| - <input type='button' value='Run' id='run'>
|
| - <a href='/c/{{.Hash}}' target=_blank id=permalink>Share</a>
|
| -
|
| - <p><img id='img' src=''/></p>
|
| -
|
| - <pre><code id='output'></code></pre>
|
| -
|
| - </section>
|
| + {{template "content.html" .}}
|
| <script type='text/javascript' charset='utf-8'>
|
| // Not running in a workspace.
|
| var workspaceName = '';
|
|
|