@coderbyheart/underline
Version:
Bootstrap v4 website template
31 lines (30 loc) • 710 B
HTML
<html lang="<%= config.lang %>">
<head>
<%= include('meta') %>
<title><%= content.name %> · <%= config.appName %></title>
<%= include('head-socialmedia-author') %>
<%= include('critical-styles') %>
</head>
<body class="critical author">
<%= include('header') %>
<main>
<div>
<article>
<header>
<img src="<%= content.photo.file.url %>?w=250&h=250&fit=thumb" alt="<%= content.name %>">
<h1>
<%= content.name %>
</h1>
</header>
<section>
<%= content.description %>
</section>
</article>
<%= include('aside') %>
</div>
</main>
<%= include('footer') %>
<%= include('script') %>
</body>
</html>