Compare commits
No commits in common. "1876732d566f734839b4e56bbbd7a68660e71e10" and "4cabbe2013e438a88fa011d05c3ca9b3b8c5f71d" have entirely different histories.
1876732d56
...
4cabbe2013
@ -1,4 +1,4 @@
|
|||||||
<!--{#
|
<!--
|
||||||
#~ Var | Required | Default ~#
|
#~ Var | Required | Default ~#
|
||||||
active | no | false
|
active | no | false
|
||||||
header | yes | none
|
header | yes | none
|
||||||
@ -10,7 +10,7 @@
|
|||||||
- icon | no | none
|
- icon | no | none
|
||||||
- text | yes | none
|
- text | yes | none
|
||||||
... (etc)
|
... (etc)
|
||||||
#}-->
|
-->
|
||||||
{% if active | default(false) %}
|
{% if active | default(false) %}
|
||||||
<section class="py-5 text-center container">
|
<section class="py-5 text-center container">
|
||||||
<div class="row py-lg-5">
|
<div class="row py-lg-5">
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
<!--{#
|
<!--
|
||||||
#~ Var | Required | Default ~#
|
#~ Var | Required | Default ~#
|
||||||
main_line | no | none
|
main_line | no | none
|
||||||
extra_lines (list)
|
extra_lines (list)
|
||||||
- (text to print) | no | none
|
- (text to print) | no | none
|
||||||
#}-->
|
-->
|
||||||
|
|
||||||
<footer class="text-body-secondary py-5">
|
<footer class="text-body-secondary py-5">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
Loading…
Reference in New Issue
Block a user