You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
- layout: default
- ---
-
- {% include vars.html %}
-
- <div class="hero">
- <div class="container">
- <h1 class="hero-text display-4">{{i18n.detail.title}}</h1>
- </div>
- </div>
-
- <div class="container">
- {{content}}
- </div>
|