Skip to content

Instantly share code, notes, and snippets.

@tiansial
Created October 16, 2018 09:42
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 tiansial/b3d10f3eed4b90d00df7ba40f51e5a4b to your computer and use it in GitHub Desktop.
Save tiansial/b3d10f3eed4b90d00df7ba40f51e5a4b to your computer and use it in GitHub Desktop.
<!doctype html>
<html @php language_attributes() @endphp>
@include('partials.head')
<body>
@php do_action('get_header') @endphp
@include('partials.header')
<div class="global-wrapper" id="barba-wrapper">
<div class="barba-container" data-namespace="{{get_current_template()}}">
<main role="document" {{ body_class('main') }}>
@yield('content')
</main>
</div>
@include('partials.mobile-nav')
</div>
@php do_action('get_footer') @endphp
@include('partials.footer')
@php wp_footer() @endphp
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment