{ % include modal permalink=”/template/” %}
#
Title 1 {#anchor}
##
Title 2 {#anchor}
###
Title 3 {#anchor}
Column left
1
2
3
4
5
{% include coll %}
left text
{% include colr %}
right text
{% include colend %}
Column right
Column One
1
2
3
4
5
6
7
{% include col1 %}
first text
{% include col2 %}
second text
{% include col3 %}
third text
{% include colend %}
Column Two
Column Three
[link] (url) link |
[link <a-out/>] (url) link |
* text italic text * |
** text bold text ** |
*** text highlight text *** |
~~ text ~~ |
< hr > --- |
` code ` |
>
Quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote quote
```
↵
block
↵
```
1
block
- list with dots
- starts with
-
or*
- list with numbers
- starts with
1.
Input:
<input type="text" name="name" placeholder="  Name"/>
Textarea:
<textarea type="text" name="msg" placeholder=" Message..."></textarea>
Button:
<a href="/" class="button">Button a</a>
<input type="submit" class="button" name="submit" value="Button input">
Button with big icon:
<a class="button secondary large" href="/youtube/join" target="_blank"><i class="fab fa-youtube fa-2x middle"></i> Subscribe</a>
Image:
{% include img src="assets/media/bg/default.jpg" title="Title text" %}
Title text
YouTube Video:
{% include yt id="" %}
{% include showroom url="/yt" newtab=true center=true image="assets/media/logos/youtube.jpg" title="YouTube" %}
{% include showroom url="/yt" newtab=true image="assets/media/logos/youtube.jpg" title="YouTube" %}