--- 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 listenbrainz.length > 0 %}

🎶 Listening

    {% for listen in listenbrainz | limit(5) %}
  1. {{listen.track_metadata.artist_name}} - {{ listen.track_metadata.track_name }}
  2. {% endfor %}
{% endif %} {% if letterboxd.length > 0 %}

🍿 Movies

{% endif %}

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