Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Created July 19, 2022 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsh-code/a78ff5bac867e4555150fcb74f525530 to your computer and use it in GitHub Desktop.
Save tsh-code/a78ff5bac867e4555150fcb74f525530 to your computer and use it in GitHub Desktop.
{% extends 'base.html.twig' %}
{% block javascripts %}
{{ parent() }}
<script src="{{ asset('js/index.js') }}"></script>
<script>
displayError({{ type }});
</script>
{% endblock %}
{% block stylesheets %}
{{ parent() }}
<link rel="stylesheet" type="text/css" href="{{ asset('css/index.css') }}">
{% endblock %}
{% block content %}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment