Changeset - a7549f89c680
[Not reviewed]
0 1 0
Josh Simmons - 6 years ago 2018-07-04 20:20:42
joshuasimmons@google.com
load markdown into news template
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/news.html
Show inline comments
 
{% extends "page_with_title_and_lede.html" %}
 

	
 
{% load i18n %}
 
{% load markdown_deux_tags %}
 

	
 
{% block head_title %}News{% endblock %}
 

	
 
{% block heading %}News{% endblock %}
 

	
 
{% block body_class %}news{% endblock %}
 

	
 
{% block content %}
 
  {% markdown %}
 

	
 
{% include "static_pages/news.md" %}
 

	
0 comments (0 inline, 0 general)