---
layout: framework
banner: 'default'
banner_html: post-header.html
sidebar:
- article-menu
---
{%- assign name = 'banner' -%}
{%- include functions.html func='get_value' -%}
{%- assign banner = return -%}
{%- if banner == nil -%}
{%- include views/post-header.html -%}
{%- endif -%}
{%- include views/article.html -%}
{%- if page.previous -%}
« Prev
{%- else -%}
{%- endif -%}
{%- if page.next -%}
Next »
{%- else -%}
{%- endif -%}
{%- if page.comments != false -%}
{%- if site.disqus.shortname -%}
{%- include extensions/comments/disqus.html -%}
{%- endif -%}
{%- if site.gitment.username -%}
{%- include extensions/comments/gitment.html -%}
{%- endif -%}
{%- endif -%}
{%- include extensions/mathjax.html -%}