Changeset View
Changeset View
Standalone View
Standalone View
src/templates/layout.pug
| Context not available. | |||||
| script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery.bootstrap-3.3.7.min.js') }}") | script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery.bootstrap-3.3.7.min.js') }}") | ||||
| | {% if current_user.is_authenticated %} | | {% if current_user.is_authenticated() %} | ||||
| script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery.typewatch-3.0.0.min.js') }}") | script(src="{{ url_for('static_pillar', filename='assets/js/vendor/jquery.typewatch-3.0.0.min.js') }}") | ||||
| script. | script. | ||||
| // When sending an AJAX request, always add the X-CSRFToken header to it. | // When sending an AJAX request, always add the X-CSRFToken header to it. | ||||
| Context not available. | |||||