You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
360 B
HTML
25 lines
360 B
HTML
---
|
|
layout: compress
|
|
---
|
|
|
|
{% include base_path %}
|
|
|
|
<!doctype html>
|
|
<html lang="{{ site.locale | slice: 0,2 }}" class="no-js">
|
|
<head>
|
|
{% include head.html %}
|
|
{% include head/custom.html %}
|
|
</head>
|
|
|
|
<body>
|
|
|
|
{% include browser-upgrade.html %}
|
|
{% include masthead.html %}
|
|
|
|
{{ content }}
|
|
|
|
{% include scripts.html %}
|
|
|
|
</body>
|
|
</html>
|