• {{ record.metadata.title_statement.title || 'No title :(' }}

    {{ record.metadata.summary[0].summary || 'No summary' }}

    • {{ showFiles ? 'Hide files' : 'Show files' }}
    • {{ showAuthors ? 'Hide authors' : 'Show authors' }}
    • {{ showSource ? 'Hide source' : 'Show source' }}
    • {{ file.filename }}
    • {{ author.personal_name }}
    {{ record | json }}