Skip to content
Snippets Groups Projects
Select Git revision
  • afe8597200af47cd6086a698536c62296f14f401
  • test default protected
  • master protected
  • original
  • pirati-backup protected
  • beta-2
  • beta-1
  • v3.1.4
  • v3.1.3
  • v3.1.2
  • v3.1.1
  • v3.1.0
  • v3.0.16
  • v3.0.15
  • v3.0.14
  • v3.0.13
  • v3.0.12
  • v3.0.11
  • v3.0.10
  • v3.0.9
  • v3.0.8
  • v3.0.7
  • v3.0.6
  • v3.0.5
  • v3.0.4
25 results

fabfile.py

Blame
  • articles_page.html 564 B
    {% extends "styleguide2/base.html" %}
    {% load wagtailcore_tags %}
    
    {% block content %}
    
    {% include 'styleguide2/includes/organisms/layout/navbar.html' with selected_item=page.get_menu_title %}
    {% include 'styleguide2/includes/organisms/header/articles_header.html' with title=page.title tags=tags %}
    
    <main role="main">
      {% include 'styleguide2/includes/organisms/articles/main_articles_timeline.html' with article_timeline_list=article_timeline_list %}
    </main>
    
    {% include 'styleguide2/includes/organisms/main_section/newsletter_section.html' %}
    
    {% endblock %}