|
---
|
|
layout: base
|
|
---
|
|
{% assign home = "" %}
|
|
{% if site.github.environment == "dotcom" %}
|
|
{% assign home = site.baseurl %}
|
|
{% endif %}
|
|
|
|
<div class="nav-hero-container">
|
|
{% include nav.html %}
|
|
</div>
|
|
|
|
{% include contribute-links.html %}
|
|
|
|
{{ content }}
|
|
|
|
{% include footer.html %}
|