Skip to content

Instantly share code, notes, and snippets.

@kklecho
Created December 8, 2019 23:53
Show Gist options
  • Save kklecho/71ab6f9f7292d469b7e3f89446db5142 to your computer and use it in GitHub Desktop.
Save kklecho/71ab6f9f7292d469b7e3f89446db5142 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{% block title %}Welcome!{% endblock %}</title>
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
</head>
<body>
{% block body %}{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment