{{ define "article" }} <article> <h2>{{ .Title }}</h2> <p>For my poetry final, we had an option to turn in a creative work instead of a final paper. For it, I chose to depict a scene from "Rime of the Ancient Mariner" by Samuel Taylor Coleridge.</p> <figure> <img src="/static/media/death-of-the-albatross_1000.jpg" alt="Digital painting of albatross being shot with an arrow aboard a sailing ship." width="1000" height="647" /> <figcaption>The Death of the Albatross from "Rime of the Ancient Mariner."</figcaption> </figure> <p>It's quite rough, but it's given me a bit more confidence for my actual assignments and was a fun exercise.</p> <p><b>Created:</b> {{ .Date }}</p> </article> {{ end }}