|
@@ -1,13 +1,12 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
|
<head>
|
|
|
- <%- header_tpl({site_title = site_title, title = fname}) %>
|
|
|
+ <%- head_tpl({site_title = site_title, title = fname}) %>
|
|
|
</head>
|
|
|
<body>
|
|
|
- <header>
|
|
|
- <h1><%= breadcrumbs[#breadcrumbs][2] -%>: <%= fname %></h1>
|
|
|
- </header>
|
|
|
+ <%- header_tpl({site_title = site_title}) %>
|
|
|
<main>
|
|
|
+ <h1><%= breadcrumbs[#breadcrumbs][2] -%>: <%= fname %></h1>
|
|
|
<section id="res_lineage">
|
|
|
<h2>Classification</h2>
|
|
|
<p>
|