mostly filebased Content Presentation System
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

30 行
646B

  1. <header>
  2. <check if="{{ @logo }}">
  3. <true>
  4. <a href="{{ @SITE_URL }}/"><h1>
  5. <img src="{{ @logo }}" alt="{{ @title }}" />
  6. </h1></a>
  7. </true>
  8. <false>
  9. <h1>{{ @title }}</h1>
  10. </false>
  11. </check>
  12. <check if="{{ @banner }}">
  13. <true>
  14. <div id="site-banner"><img src="{{ @banner }}" alt="{{ @subTitle }}" /></div>
  15. </true>
  16. </check>
  17. <check if="{{ @subTitle }}">
  18. <h2>{{ @subTitle }}</h2>
  19. </check>
  20. <check if="{{ @headerInfo1 || @headerInfo2 }}">
  21. <div class="headerInfo">
  22. <span class="headerInfo1">{{ @headerInfo1 }}</span>
  23. <span class="headerInfo2">{{ @headerInfo2 }}</span>
  24. </div>
  25. </check>
  26. </header>