BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

intro.twig 502B

12345678910111213141516
  1. {% if contest is empty %}
  2. <div class="thin">
  3. <div class="box pad" style="padding: 10px 10px 10px 20px;">
  4. <p>Looks like the contest hasn't begun yet!</p>
  5. </div>
  6. </div>
  7. {% else %}
  8. {% if contest.banner %}
  9. <div class="pad">
  10. <img border="0" src="{{ contest.banner }}" alt="{{ contest.name }}" width="640" height="125" style="display: block; margin-left: auto; margin-right: auto;"/>
  11. </div>
  12. {% endif %}
  13. <div class="box pad">
  14. {{ contest.description|bb_format }}
  15. </div>
  16. {% endif %}