Controllers and images

This commit is contained in:
Marc Riera Irigoyen 2022-04-30 16:22:00 +02:00
parent 7ae8c6bf06
commit 301ce44def
28 changed files with 116 additions and 17 deletions

View file

@ -0,0 +1,23 @@
## Overview
<table>
<tr>
<td rowspan="0" id="image">{{ if (index .Site.Data.controllers (.Get 0)).image}}<img src="/images/controllers/{{ (index .Site.Data.controllers (.Get 0)).image }}"/>{{ end }}</td>
<td><strong>Name</strong></td>
<td>{{ (index .Site.Data.controllers (.Get 0)).name }}</td>
</tr>
<tr>
<td><strong>Release date</strong></td>
<td>{{ (index .Site.Data.controllers (.Get 0)).date | time.Format ":date_long" }}</td>
</tr>
<tr>
<td><strong>Serial code</strong></td>
<td>{{ (index .Site.Data.controllers (.Get 0)).code }}</td>
</tr>
<tr>
<td><strong>Notes</strong></td>
<td>{{ (index .Site.Data.controllers (.Get 0)).notes }}</td>
</tr>
</table>
## Technical details