<%= title %>
<% if (tldr || description) { -%>TL;DR — <%- tldr || description %>
<% } -%> <% if (readTime) { -%><% } -%> <% if (content) { -%> <%= readTime %>
% const titleLink = (site?.base_uri) ? site.base_uri : '/'; const { entriesToList = [], pageCount, pageNum } = page; -%> <%- include('partials/top') %>
(Page <%= pageNum %> of <%= pageCount %>)
<% } -%>Assorted journal / blog entries.
<% } -%>
<% if (entriesToList) { -%>
<% entriesToList.forEach((entry) => { -%>
<% if (entry?.content_type === 'journal') { -%>
<%
const {
author = {},
content = '',
date_pub = '',
description = '',
path = '',
readTime = '',
tags = [],
title = '',
tldr = ''
} = entry;
-%>
TL;DR — <%- tldr || description %>
<%= title %>
<% if (tldr || description) { -%>