doughnut-wedding/app/Resources/HWIOAuthBundle/views/layout.html.twig

13 lines
226 B
Twig
Raw Normal View History

2017-04-09 18:08:01 -07:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
</head>
<body>
<div>
{% block hwi_oauth_content %}
{% endblock hwi_oauth_content %}
</div>
</body>
</html>