blob: eaea1bae4681940cc5151971724b8314bf3faabd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{{ define "article" }}
<article>
<h2>{{ .Title }}</h2>
<p><i>It's spring break this week, and seeing as there are lots of things planned, I figured I'd jot down the main points each day.</i></p>
<p>Today is the first day, though technically not. There were still classes, but not for me. It is still winter, so the air is cold, but we gathered a group of people and went to the weekly cars and coffee event. It was expectedly devoid of much life. There were the 6 or 7 die-hard attendies, which was still nice to see. We left an hour later when there were only a couple left.</p>
<p>My dad arrived around noon, and we had a nice lunch after loading up the car with the stuff I no longer needed at school and the remaining car parts.</p>
<p>Autorama is tomorrow, and I'm looking forward to it.</p>
<p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}
|