Sign in
apache
/
conferences-cc-website
/
HEAD
/
.
/
theme
/
apache
/
templates
/
page-full-width.html
blob: 929302a491ea8e1c4e97aba610d3762bff115b22 [
file
]
<!DOCTYPE html>
<html
lang
=
"en"
>
{% include "header.html" %}
<div
class
=
"full-width"
>
{% block content %}
{{ page.content }}
{% endblock %}
</div>
<!-- Footer -->
{% include "footer.html" %}