9 lines
208 B
HTML
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>
|