public
Description: The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
Homepage: http://chyrp.net/
Clone URL: git://github.com/vito/chyrp.git
Click here to lend your support to: chyrp and make a donation at www.pledgie.com !
chyrp / themes / stardust / feathers / quote.twig
100644 9 lines (7 sloc) 0.351 kb
1
2
3
4
5
6
7
8
9
{% extends "content/post.twig" %}
 
{% block content %}
                        <blockquote>
                            ${ post.quote | read_more }
                        </blockquote>
                        <div class="source">${ ("&mdash; " ~ post.source_unfiltered) | markup_post_text(post) | markup_text(post) | read_more }</div>
{% endblock %}