diff --git a/content/country/netherlands/index.de.md b/content/country/netherlands/index.de.md index 4dd84517..0f118a74 100644 --- a/content/country/netherlands/index.de.md +++ b/content/country/netherlands/index.de.md @@ -6,6 +6,8 @@ description: "Informationen über die FIP-Bedingungen für die Niederlande und f country: "netherlands" --- +{{< snippet wip >}} + ## FIP Nutzung ## Wissenswertes diff --git a/content/country/netherlands/index.en.md b/content/country/netherlands/index.en.md index e79979b9..e82b19d3 100644 --- a/content/country/netherlands/index.en.md +++ b/content/country/netherlands/index.en.md @@ -6,6 +6,8 @@ description: "Find out about the FIP conditions for the nederlands and for which country: "netherlands" --- +{{< snippet wip >}} + ## FIP Information ## Insteresting diff --git a/content/snippets/wip.de.md b/content/snippets/wip.de.md new file mode 100644 index 00000000..ae939791 --- /dev/null +++ b/content/snippets/wip.de.md @@ -0,0 +1,4 @@ + +{{< 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 >}} diff --git a/content/snippets/wip.en.md b/content/snippets/wip.en.md new file mode 100644 index 00000000..47a925f7 --- /dev/null +++ b/content/snippets/wip.en.md @@ -0,0 +1,4 @@ + +{{< 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 >}} \ No newline at end of file diff --git a/layouts/shortcodes/snippet.html b/layouts/shortcodes/snippet.html new file mode 100644 index 00000000..dc282fd5 --- /dev/null +++ b/layouts/shortcodes/snippet.html @@ -0,0 +1 @@ +{{- print "snippets/" (.Get 0) "." .Page.Language.Lang ".md" | readFile | .Page.RenderString -}} \ No newline at end of file