From 52aeff65a82d949dd3ce33d1a5998e00ad4c379e Mon Sep 17 00:00:00 2001 From: alyx Date: Tue, 2 Apr 2024 11:51:14 -0400 Subject: Theming refactor Theming has been broken off into a seperate space, so that it'll be easier to add lua support later. --- src/theming/hbs/plain.hbs | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/theming/hbs/plain.hbs (limited to 'src/theming/hbs/plain.hbs') diff --git a/src/theming/hbs/plain.hbs b/src/theming/hbs/plain.hbs new file mode 100644 index 0000000..975d6c5 --- /dev/null +++ b/src/theming/hbs/plain.hbs @@ -0,0 +1,39 @@ + + + + + {{#if error}}Error!{{else}}@{{user.name}}'s Last.fm Stats{{/if}} + + + + + {{#if error}} +

{{error}}

+ {{else}} + +

@{{user.name}}{{#if scrobble.now_playing}} + is scrobbling{{else}}'s last scrobble was + {{/if}} +

+ {{scrobble.name}} +

+ {{#if scrobble.album}}from {{scrobble.album}}{{/if}} +

+ by {{scrobble.artist.name}}. +

+ {{/if}} + + -- cgit v1.2.3-54-g00ecf