Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fun-apps / templates / newsfeed / feed / feed.html
Size: Mime:
## mako
<%!
from django.utils.translation import ugettext as _
%>
<html>
<body>
<p>
    <center>
        <img src="${protocol}${site}${article.get_thumbnail('big')}">
        <h1><a href="${protocol}${site}${article.get_absolute_url()}">${article.title}</a></h1>
    </center>
</p>

<p>
    <strong>
        ${article.get_lead_paragraph()}
    </strong>
</p>

<p>
    ${article.text}
</p>