X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Ftrack;h=aecf4b5eb6e741625b9cb605c3c23c397c24197e;hb=b9c0b14388ba471864efc23bba1c830844df2123;hp=a97a2eed4a7feec8d714896456ebd27422689be5;hpb=e75638ca21bd3e74353fa4f6c6275df6200158ab;p=demoscenemusic.git diff --git a/src/main/resources/templates/track b/src/main/resources/templates/track index a97a2ee..aecf4b5 100644 --- a/src/main/resources/templates/track +++ b/src/main/resources/templates/track @@ -9,13 +9,17 @@ by <%foreach track.artists artist> <%notfirst>&<%/notfirst> - <% artist.name|html> + <%include include/artist> <%/foreach> <%ifnull !track.remix> - (<% track.remix|html> by <%foreach track.remixArtists artist><%notfirst> & <%/notfirst><% artist.name|html><%/foreach>) + (<% track.remix|html><%foreach track.remixArtists artist><%first> by <%/first><%notfirst> & <%/notfirst><%include include/artist><%/foreach>) <%/if> +<%foreach track.parties party> +
Released at <%party.name|html>.
+<%/foreach> + <%ifnull !track.properties.release/name> <%ifnull !track.properties.release/pouet/id>
Release: <%track.properties.release/name|html>
@@ -42,20 +46,6 @@

This track does not have any files.

<%/foreach> -
- -
Styles
-
- -
- -
- - <%/if> <%include include/footer> \ No newline at end of file