This file contains hidden or 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
{# This is a Twig comment, it won't output to the browser #} | |
<html> | |
<head> | |
<title>{{ wp_title }}</title> | |
</head> | |
{% block content %} | |
<!-- This will be overwritten by the content block in the inheriting .twig file --> | |
{% endblock %} | |
</html> |