Skip to content

Instantly share code, notes, and snippets.

@samhk222
Created September 13, 2018 12:53
Show Gist options
  • Save samhk222/256f61434c093930e3a7606178a36d78 to your computer and use it in GitHub Desktop.
Save samhk222/256f61434c093930e3a7606178a36d78 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{% block title %}Marketplace - 4Yousee{% endblock %}</title>
<link rel="shortcut icon" type="image/png" href="{{ asset('assets/favicon.png') }}"/>
<link rel="stylesheet" href="{{ asset('build/global.css') }}">
{% block stylesheets %}{% endblock %}
</head>
<body>
<div class='container-fluid'>
{% block body %}{% endblock %}
</div>
<script src='{{ asset('build/app.js') }}'></script>
{% block javascripts %}{% endblock %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment