main

mattermost/focalboard

Last updated at: 29/12/2023 09:42

list.html

TLDR

This file is an HTML template used for displaying a list.

Classes

<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]>      <html class="no-js"> <![endif]-->

<html>
    <head>
        {{ partial "head.html" .}}
    </head>
<body>
    {{ partial "nav.html" .}}
    {{ .Content }}
</body>
</html>