All ProjectsHome
csb
csb/src/templates/frontindex.tmpl
frontindex.tmpl Raw
<!DOCTYPE html>
<html lang="en-US">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
{{.Content}}
{{template "projlist.html"}}
</body>