10 lines
405 B
Markdown
10 lines
405 B
Markdown
|
> [!wiki] <% tp.frontmatter.title %>
|
||
|
> !<% tp.frontmatter.cover %>
|
||
|
>
|
||
|
> | | |
|
||
|
> | ----------------------- | ------------- |
|
||
|
> | **Type** | <% tp.frontmatter["book-type"] %> |
|
||
|
> | **Auteur(s)** | <% tp.frontmatter.authors.map(prop => ` "${prop}"`).join(", ") %> |
|
||
|
> | **Date de publication** | <% tp.frontmatter["release-date"] || "" %> |
|
||
|
|