--- title: /now description: What's going on now and all the latest with myself. --- {% set recentTrack = lastfm.recentTracks[0] %}

/now

What am I doing right now? Everything on here is automatically generated from various data sources.

{% if recentTrack %}

🎶 {{ recentTrack.artist }} - {{ recentTrack.track }}

{% endif %} {% if lastfm.recentAlbums.length > 0 %}

💿 Albums

{% endif %} {% if letterboxd.length > 0 %}

🍿 Movies

{% endif %}

What is a `/now` page? Check out nownownow.com.