Skip to content

Instantly share code, notes, and snippets.

@davidmaneuver
Created November 13, 2018 07:31
Show Gist options
  • Save davidmaneuver/6c57694e662b537b5ec04f9ddf777e5f to your computer and use it in GitHub Desktop.
Save davidmaneuver/6c57694e662b537b5ec04f9ddf777e5f to your computer and use it in GitHub Desktop.
<html lang="{{ lang }}">
<head>
{{ wp_head }}
</head>
<body>
{% block content %}{% endblock %}
{{ wp_footer }}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment