volumetric-regimes-book/web-interface/templates/inspect.html

10 lines
241 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block head %}
<link href="{{ url_for('static', filename='css/print.css')}}" rel="stylesheet" type="text/css" media="screen">
{% endblock %}
{% block content %}
{{ publication_unfolded | safe }}
{% endblock %}