{namespace JIRA.Templates.errors} /** * @param jiraTitle Alt text for the JIRA image * @param footerContent Footer content * @param resourcesContent Additional resources which be included under
tag */ {template .error404} {call .errorPage} {param windowTitle: getText('404.title') + ' - JIRA' /} {param extraClasses: 'error404' /} {param resourcesContent: $resourcesContent /} {param jiraTitle: $jiraTitle /} {param lowerContent} {/param} {param footerContent: $footerContent /} {/call} {/template}