Skip to content

Instantly share code, notes, and snippets.

@ashour
Last active January 16, 2019 10:45
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 ashour/cd69365c5546fa2722c614b0751b67f1 to your computer and use it in GitHub Desktop.
Save ashour/cd69365c5546fa2722c614b0751b67f1 to your computer and use it in GitHub Desktop.
<?php get_template_part('header'); ?>
<main role="main" aria-label="Content">
<!-- section -->
<section>
<!-- Content will go here -->
</section>
<!-- /section -->
</main>
<?php get_template_part('footer'); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment