_news_post partial - CrystalCommerce Liquid Documentation for Designers

_news_post partial

File: _news_post.liquid

Default Liquid Template

<div class="column1-unit">
	<h1>{{ post.subject }}</h1>
	<h3>posted on {{ post.date }}</h3>
	<p>{{ post.body }}</p>
</div>
<hr class="clear-contentunit"/>

Default Mobile Liquid Template

<div class="column1-unit">
	<h1>{{ post.subject }}</h1>
	<h3>posted on {{ post.date }}</h3>
	<p>{{ post.body }}</p>
</div>
<hr class="clear-contentunit"/>