Skip to content
Snippets Groups Projects
Select Git revision
  • e7ba4719b41ffe01c1b888380d26da70e95b4862
  • master default protected
  • 2.0.0-alpha-11
  • 2.0.0-alpha-10
  • 2.0.0-alpha-9
  • 2.0.0-alpha-8
  • 2.0.0-alpha-7
  • 2.0.0-alpha-6
  • 2.0.0-alpha-5
  • 2.0.0-alpha-4
  • 2.0.0-alpha-3
  • 2.0.0-alpha-2
  • 2.0.0-alpha-1
  • 1.8.0
  • 1.7.0
  • 1.6.4
  • 1.6.3
  • 1.6.2
  • 1.6.1
  • 1.6.0
  • 1.5.5
  • 1.5.4
22 results

.nvmrc

Blame
  • Forked from TO / Weby / ui-styleguide
    Source project has a limited visibility.
    home_page.html 389 B
    {% extends "styleguide2/base.html" %}
    {% load wagtailcore_tags %}
    
    {% block content %}
    
    {% include 'styleguide2/includes/organisms/layout/navbar.html' with is_transparent=True %}
    
    <main role="main">
      {% for block in page.content %}
        {% include_block block %}
      {% endfor %}
    
      {% include "styleguide2/includes/organisms/main_section/newsletter_section.html" %}
    </main>
    
    {% endblock %}