improved html export (#802)

This commit is contained in:
Kevin Papst
2019-05-23 18:19:56 +02:00
committed by GitHub
parent fea3495098
commit 29209105d3
5 changed files with 208 additions and 42 deletions

View File

@@ -6,6 +6,7 @@
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link rel="stylesheet" href="{{ asset('build/app.css') }}">
<script src="{{ asset('build/app.js') }}"></script>
{% block styles %}{% endblock %}
</head>
<body class="pad export_print">
<div class="wrapper">
@@ -13,5 +14,6 @@
{% block export %}{% endblock %}
</section>
</div>
{% block javascripts %}{% endblock %}
</body>
</html>