The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
<TMPL_IF NAME="SKIN_BG">
  <style>
  html, body {
    background: url("<TMPL_VAR NAME="SKIN_PATH">/common/backgrounds/<TMPL_VAR NAME="SKIN_BG">") no-repeat center fixed;
    background-size: cover;
  }
  </style>
</TMPL_IF>