12 lines
327 B
Markdown
12 lines
327 B
Markdown
+++
|
|
title = "Weekends Left"
|
|
description = "Calculate how many weekends remain in your life"
|
|
date = 2026-04-13
|
|
|
|
[extra]
|
|
stylesheets = ["css/weekends-left.css"]
|
|
+++
|
|
|
|
How many weekends do you have left? Enter your birth year and expected death year to see how many weekends you've used and how many remain.
|
|
|
|
{{ weekends_left() }}
|