ninesurvey/src/ninesurvey-1.0/templates/print.html.twig

32 lines
815 B
Twig

<!DOCTYPE html>
<html>
<head>
<script src="/ninesurvey/build/jquery/jquery.min.js"></script>
<script src="/ninesurvey/build/jquery/jquery.flot.js"></script>
<script src="/ninesurvey/build/jquery/jquery.flot.pie.js"></script>
</head>
<link href="/{{ appAlias }}/styles/css/font.css" rel="stylesheet" media="screen" />
<link href="/{{ appAlias }}/styles/css/style.css" rel="stylesheet" media="screen" />
<link href="/{{ appAlias }}/styles/css/local.css" rel="stylesheet" media="screen" />
<style>
{% block localstyle %}
{% endblock %}
</style>
<body>
qsdfqsdfqsdf
{% block body %}
{% endblock %}
<script>
{% block localjavascript %}
{% endblock %}
</script>
</body>
</html>