Created
September 13, 2018 12:53
-
-
Save samhk222/256f61434c093930e3a7606178a36d78 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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