mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 12:57:07 +01:00
output field
This commit is contained in:
@@ -28,10 +28,14 @@
|
||||
<div id="main-content-code">
|
||||
|
||||
<pre><code style="padding-top: 5px; padding-bottom: 5px;"class="language-{{category_title}}">{{code}}</code></pre>
|
||||
|
||||
{% if output %}
|
||||
<br>
|
||||
<pre><code style="padding-top: 5px; padding-bottom: 5px;"class="language-python">#Output: {{output}}</code></pre>
|
||||
{% endif %}
|
||||
|
||||
{% if version %}
|
||||
<div class="note">
|
||||
<p>{{version}}</p>
|
||||
<p>Tested in version: {{version}}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user