[SOLVED] Help interpreting a warning

@bep: So how does this work when accessing named values in a data file?

If I have a yaml like this:

appimage:
    32:
        version: ...
        url: ....
        hash: ...
    64:
        version: ...
        url: ...
        hash: ...

Trying to access this in the template using:

<p>{{.Site.Data.release.appimage.32.version}}</p>

Trips an error:

ERROR 2018/08/27 12:46:43 Failed to add template "partials/downloads.html" in path "partials\\downloads.html": template: partials/downloads.html:5: unexpected ".32" in operand