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.
10 lines
369 B
10 lines
369 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> |
|
</div> |
|
<div class="card-footer"> |
|
<small>{{ article.author }}</small> |
|
</div> |
|
</{{ tag }}>
|
|
|