Skip to content

Instantly share code, notes, and snippets.

@jorgebastida
Created May 6, 2012 16:54
Show Gist options
  • Select an option

  • Save jorgebastida/2623256 to your computer and use it in GitHub Desktop.

Select an option

Save jorgebastida/2623256 to your computer and use it in GitHub Desktop.
{% extends "website/base.html" %}
{% block content %}
<h2><!-- @USUARIO --> </h2>
<div id="bio"><em> <!-- BIO --> </em></div>
<br/>
<ul>
<!-- TWEETS -->
</ul>
{% endblock %}
{% block sidebar %}
<h3>Following</h3>
<ul>
<li><!-- Following #1 --></li>
<li><!-- Following #2 --></li>
<li><!-- Following #N --></li>
</ul>
<h3>Followers</h3>
<ul>
<li><!-- Follower #1 --></li>
<li><!-- Follower #2 --></li>
<li><!-- Follower #N --></li>
</ul>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment