Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/country/netherlands/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ description: "Informationen über die FIP-Bedingungen für die Niederlande und f
country: "netherlands"
---

{{< snippet wip >}}

## FIP Nutzung

## Wissenswertes
Expand Down
2 changes: 2 additions & 0 deletions content/country/netherlands/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ description: "Find out about the FIP conditions for the nederlands and for which
country: "netherlands"
---

{{< snippet wip >}}

## FIP Information

## Insteresting
Expand Down
4 changes: 4 additions & 0 deletions content/snippets/wip.de.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!-- This placeholder is needed, otherwise huge recognizes the file as JSON -->
{{< highlight >}}
An dieser Seite wird noch gearbeitet und Inhalte können unvollständig sein. Wir freuen uns, wenn du zur Verbesserung dieser Seite beträgst. [Mehr Information auf GitHub](https://github.com/fipguide/fipguide.github.io/wiki/Deutsch).
{{< /highlight >}}
4 changes: 4 additions & 0 deletions content/snippets/wip.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!-- This placeholder is needed, otherwise huge recognizes the file as JSON -->
{{< highlight >}}
This page is still under construction and content may be incomplete. We would be happy if you contribute to improve this page. [More information on GitHub](https://github.com/fipguide/fipguide.github.io/wiki/English).
{{< /highlight >}}
1 change: 1 addition & 0 deletions layouts/shortcodes/snippet.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{- print "snippets/" (.Get 0) "." .Page.Language.Lang ".md" | readFile | .Page.RenderString -}}