{% extends 'tikz/base.html' %} {% block extrastyle %} pre {font-size:10px;} .folder, .filename, .info {font-family: "avenir";} .filename {font-size: 18px; font-weight: bold;} .info {font-size: 12px; font-style: italic; color: #0a2; text-align: center;} .padded {padding-left: 20px; padding-top:20px;} p.center { text-align: center;} {% endblock extrastyle %} {% block content %}

All Drawings     Images from {{ image.course }}    {% if tprev %}Previous   {% endif %} {% if tnext %} Next{% endif %}

{{ image.filename }}, line {{ image.line }}

{{ image.folder }}

{{ image.source }}

Click on the code block to copy to the clipboard

 

{{ image.html }}

{% endblock content %} {% block extrajs %} function copyToClipboard(elementId) { var txt = document.getElementById(elementId).innerText; navigator.clipboard.writeText(txt); } {% endblock extrajs %}