We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62aa6d commit 4df4dafCopy full SHA for 4df4daf
flask_assets_tutorial/templates/layout.jinja2
@@ -16,6 +16,7 @@
16
<!-- Scripts -->
17
<script src="{{ url_for('static', filename='dist/js/main.min.js') }}"></script>
18
{% block additionalscripts %}{% endblock %}
19
+ {% include 'analytics.jinja2' %}
20
</body>
21
22
</html>
0 commit comments