2026-07-04 19:25:31 +00:00
|
|
|
---
|
|
|
|
|
layout: base
|
|
|
|
|
---
|
|
|
|
|
<div class="ears">
|
|
|
|
|
<div class="left">
|
|
|
|
|
Associated Acorns<br>
|
|
|
|
|
Nutwire Service<br>
|
|
|
|
|
Bushy-Tail Syndicate
|
|
|
|
|
</div>
|
|
|
|
|
<div class="right">
|
|
|
|
|
Classified Nuts<br>
|
|
|
|
|
Bring Results
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<hr class="thin">
|
|
|
|
|
|
|
|
|
|
<div class="masthead">
|
|
|
|
|
<div class="nameplate left">DAILY</div>
|
|
|
|
|
<svg class="emblem" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" aria-label="Globe with squirrel">
|
|
|
|
|
<circle cx="50" cy="50" r="46" fill="none" stroke="#1a1a1a" stroke-width="2"/>
|
|
|
|
|
<ellipse cx="50" cy="50" rx="22" ry="46" fill="none" stroke="#1a1a1a" stroke-width="1.2"/>
|
|
|
|
|
<line x1="4" y1="50" x2="96" y2="50" stroke="#1a1a1a" stroke-width="1.2"/>
|
|
|
|
|
<path d="M4 32 Q50 20 96 32" fill="none" stroke="#1a1a1a" stroke-width="1"/>
|
|
|
|
|
<path d="M4 68 Q50 80 96 68" fill="none" stroke="#1a1a1a" stroke-width="1"/>
|
|
|
|
|
<path d="M50 38 q-7 0 -9 7 q-1 4 1 8 q-6 2 -7 9 q5 1 9 -2 q1 4 5 5 q6 1 9 -3 q4 1 7 -2 q-2 -4 -6 -4 q3 -5 1 -10 q4 -2 3 -7 q-4 1 -5 4 q-2 -6 -8 -5 z" fill="#1a1a1a"/>
|
|
|
|
|
</svg>
|
|
|
|
|
<div class="nameplate right">SQUIRREL</div>
|
|
|
|
|
</div>
|
|
|
|
|
<hr class="rule">
|
|
|
|
|
|
|
|
|
|
<div class="dateline">
|
|
|
|
|
<span class="vol">Volume {{ volume_number }}, Edition No. {{ edition_number }}</span>
|
2026-07-04 19:55:57 +00:00
|
|
|
<span class="place">Opelousas, Louisiana, {{ date | newsDate }}</span>
|
2026-07-04 19:25:31 +00:00
|
|
|
<span class="price">Price 3 Acorns</span>
|
|
|
|
|
</div>
|
|
|
|
|
<hr class="rule">
|
|
|
|
|
|
|
|
|
|
<div class="banner">{{ title }}</div>
|
|
|
|
|
<hr class="thin spacer-rule">
|
|
|
|
|
|
|
|
|
|
<div class="columns">
|
|
|
|
|
{{ content | safe }}
|
|
|
|
|
</div>
|
|
|
|
|
<hr class="rule" style="margin-top:14px;">
|