Skip to content

Instantly share code, notes, and snippets.

@avinashseth
Created November 2, 2020 16:06
Show Gist options
  • Save avinashseth/429bebab22b271d9f0f19bc3ced2df43 to your computer and use it in GitHub Desktop.
Save avinashseth/429bebab22b271d9f0f19bc3ced2df43 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>@yield('title')</title>
<style>
@yield('styles')
</style>
</head>
<body>
@yield('body')
@yield('scripts')
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment