diff options
-rw-r--r-- | en/space_for_you.mdwn | 16 | ||||
-rw-r--r-- | en/space_for_you/content.mdwn | 16 | ||||
-rw-r--r-- | en/space_for_you/prices.mdwn | 16 |
3 files changed, 48 insertions, 0 deletions
diff --git a/en/space_for_you.mdwn b/en/space_for_you.mdwn new file mode 100644 index 00000000..56f1cf89 --- /dev/null +++ b/en/space_for_you.mdwn @@ -0,0 +1,16 @@ +#Space for you +[[!img icon.png class=icon size=150x150 link=none]] + +[[!if test="included()" then=""" +Her står din intro-tekst + +[[Læs mere her|/space_for_you]] + +""" +else=""" + +Her står hovedteksten. +[[prices]] +[[content]] + +"""]] diff --git a/en/space_for_you/content.mdwn b/en/space_for_you/content.mdwn new file mode 100644 index 00000000..57251d6e --- /dev/null +++ b/en/space_for_you/content.mdwn @@ -0,0 +1,16 @@ +#What is space for you exactly +[[!img icon.png class=icon size=150x150 link=none]] + +[[!if test="included()" then=""" +Her står din intro-tekst + +[[Læs mere her|content]] + +""" +else=""" + +Her står hovedteksten. + +"""]] + +[[!tag space]]
\ No newline at end of file diff --git a/en/space_for_you/prices.mdwn b/en/space_for_you/prices.mdwn new file mode 100644 index 00000000..0322f63e --- /dev/null +++ b/en/space_for_you/prices.mdwn @@ -0,0 +1,16 @@ +#Space for you offers +[[!img icon.png class=icon size=150x150 link=none]] + +[[!if test="included()" then=""" +Her står din intro-tekst. + +[[Read more|space_for_you]] + +""" +else=""" + +Her står hovedteksten. + +"""]] + +[[!tag space]]
\ No newline at end of file |