{% from 'components/header.html' import header %} {% from 'components/footer.html' import footer %} {% from 'components/picture.html' import picture %}
{{ header("Dog Pictures", "/about") }}
Enjoy some pictures of my adorable dog Aayla. She's a 6-year-old border collie mix, and I think she's the cutest dog in the world. More pictures available upon request.
{{ picture(url_for('static', filename="aayla/aayla.jpg")) }}
{{ picture(url_for('static', filename="aayla/IMG20251225101512.jpg"), "Merry Christmas, Aayla!") }} {{ picture(url_for('static', filename="aayla/IMG_20200324_135849261.jpg" )) }} {{ picture(url_for('static', filename="aayla/IMG_0975.jpg"), "Monitoring the squirrels in her territory") }}
{{ picture(url_for('static', filename="aayla/IMG20220806084554.jpg")) }} {{ picture(url_for('static', filename="aayla/IMG_1625.jpg"), '"Can I have some of that??"') }} {{ picture(url_for('static', filename="aayla/IMG20251225102233.jpg")) }} {{ picture(url_for('static', filename="aayla/IMG_4637.JPG" )) }}
{{ footer("December 2025") }}