blob: a648b1e39f4c19f9c4a8766e269d765415dcf583 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
{{ define "article" }}
<article>
<h2>{{ .Title }}</h2>
<p>While locating parts for one of our rather esoteric (in the USA) motorcycles, I came across <a href="https://www.treatland.tv" target="_blank" rel="noopener noreferrer">treatland.tv</a>, a moped parts store.</p>
<p>I love the content of this website. Their business has so much character, and it's just a parts store. When you enter the main shop page. Just click on "lost?" and see what I mean. Even the descriptions for the parts are filled with bits of humor. You don't even have to like mopeds. Reading the text combined with the knowledge that this is a real business and not some teenager's pet project makes it all the more absurd. Give it a read. It might brighten your day.</p>
<p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}
|