clone of github.com/decent-newsroom/newsroom
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
480 B

<{{ tag }} {{ attributes }}>
<div class="card-header"><small class="text-uppercase">{{ category }}</small></div>
<div class="card-body">
<small>{{ article.createdAt|date('F j') }}</small>
<h1 class="card-title">{{ article.title }}</h1>
<p class="lede">
{{ article.summary }}
</p>
</div>
<div class="card-footer">
<small><twig:Molecules:UserFromNpub npub="{{ article.pubkey }}" /></small>
</div>
</{{ tag }}>