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/89da66723c43679378c7a7f8623f655e to your computer and use it in GitHub Desktop.
Save tsh-code/89da66723c43679378c7a7f8623f655e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="{{ asset('css/app.css') }}">
{% endblock %}
</head>
<body>
{% block content %}
{% endblock %}
{% block javascripts %}
<script src="{{ asset('js/app.js') }}"></script>
{% endblock %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment