mostly filebased Content Presentation System
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.
|
12345678910 |
- <h1>{{ @title }}</h1>
-
- <check if="{{ @subTitle }}">
- <h2>{{ @subTitle }}</h2>
- </check>
-
- <div class="headerInfo">
- <span class="headerInfo1">{{ @headerInfo1 }}</span>
- <span class="headerInfo2">{{ @headerInfo2 }}</span>
- </div>
|