public
Description: Mobile FriendFeed Client
Homepage: http://www.fftogo.com/
Clone URL: git://github.com/bgolub/fftogo.git
Benjamin Golub (author)
Mon Aug 25 19:27:07 -0700 2008
fftogo / templates / list.html
100644 14 lines (10 sloc) 0.281 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends "entries.html" %}
 
{% load fftogo_tags %}
 
{% block title %}
    {% firstof profile.name profile.nickname %}
{% endblock %}
 
{% block below_share %}
    <div class="profile">
        <strong>{% firstof profile.name profile.nickname %}</strong>
    </div>
{% endblock %}