Benutzer-Werkzeuge

Webseiten-Werkzeuge


design:twig:design-manual

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
design:twig:design-manual [18.07.2015 23:53] Manuela v.d.Deckendesign:twig:design-manual [18.07.2015 23:58] Manuela v.d.Decken
Zeile 3: Zeile 3:
 This document describes the syntax and semantics of the template engine and will be most useful as reference to those creating Twig templates. This document describes the syntax and semantics of the template engine and will be most useful as reference to those creating Twig templates.
  
-===== Synopsis¶ =====+===== Synopsis =====
  
 A template is simply a text file. It can generate any text-based format (HTML, XML, CSV, LaTeX, etc.). It doesn't have a specific extension, .html or .xml are just fine. A template is simply a text file. It can generate any text-based format (HTML, XML, CSV, LaTeX, etc.). It doesn't have a specific extension, .html or .xml are just fine.
Zeile 11: Zeile 11:
 Below is a minimal template that illustrates a few basics. We will cover further details later on: Below is a minimal template that illustrates a few basics. We will cover further details later on:
  
-<code><!DOCTYPE html>+<code html5><!DOCTYPE html>
 <html> <html>
     <head>     <head>
design/twig/design-manual.txt · Zuletzt geändert: 30.01.2020 16:29 von Manuela v.d.Decken