summaryrefslogtreecommitdiffstats
path: root/item.qt
blob: 27e8246d44bd1c5f130372f7f8020d6b24043991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- PAGE-BEGIN-ITEM -->
<article id="item__hash__">

	<header class="itemheader feed-__feed_hash__ feed-__feed_id__">
		<h2 class="itemtitle">__title__</h2>
	</header>
	<footer>
		__if_author__ by __author__ (__feed_title__) __else__ from __feed_title__ __endif__
	</footer>

	__if_description__
		<div class="itemdescription">
			__description__
		</div>
	__endif__
	
</article>
<!-- PAGE-END-ITEM -->