Skip to content

Instantly share code, notes, and snippets.

@grobertson
Created May 2, 2013 20:15
Show Gist options
  • Save grobertson/5505047 to your computer and use it in GitHub Desktop.
Save grobertson/5505047 to your computer and use it in GitHub Desktop.
{% block content %}
<div class="overview_layout">
<div class="side">
{% include "includes/searchbox.html" %}
{% include "includes/facebook_like_box.html" %}
{% include "includes/twitter_subscribe_right.html" %}
{# TODO: Handle margin issue in CSS #}
<div style="height: 10px; padding: 0; margin: 0; "></div>
{% include "includes/right_sidebar_ads.html" %}
{% include "articles/recommendation/related_articles.html" %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment