review-front/src/app/post-home/post-home.component.html
2024-12-26 16:22:54 +01:00

9 lines
208 B
HTML

<p-card>
<img src="data:image/jpeg;base64,{{ illustration }}"/>
<h2>{{ title }}</h2>
<p>{{ category }}</p>
<em>{{ date }}</em>
<p>{{ description }}</p>
<p-button label="Lire la suite"/>
</p-card>