summaryrefslogtreecommitdiffhomepage
path: root/de-de
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-05-11 18:15:49 -0600
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-05-11 18:15:49 -0600
commitff34febd6a954dfa78fbe5055ad0a4bf9bbfa964 (patch)
treeaf5b07a30980c0dbc2fc177f1ccf0387e380e445 /de-de
parent733ae8fc3f6587aae8bb50ede96247d026805b74 (diff)
[pug/*] remove headers
Diffstat (limited to 'de-de')
-rw-r--r--de-de/pug-de.html.markdown6
1 files changed, 1 insertions, 5 deletions
diff --git a/de-de/pug-de.html.markdown b/de-de/pug-de.html.markdown
index cff70660..ebc32622 100644
--- a/de-de/pug-de.html.markdown
+++ b/de-de/pug-de.html.markdown
@@ -8,15 +8,11 @@ translators:
lang: de-de
---
-## Erste Schritte mit Pug
-
Pug ist eine kleine Sprache, die zu HTML kompiliert. Sie hat eine
saubere Syntax mit zusätzlichen Funktionen wie if Anweisungen und Schleifen.
Sie kann auch als serverseitige Templatingsprache für Serversprachen
wie NodeJS verwendet werden.
-### Die Sprache
-
```pug
//- Einzeilenkommentar
@@ -200,8 +196,8 @@ mixin comment(name, kommentar)
//- <div>Hallo</div>
```
-
### Zusätzliche Ressourcen
+
- [The Site](https://pugjs.org/)
- [The Docs](https://pugjs.org/api/getting-started.html)
- [GitHub Repo](https://github.com/pugjs/pug)