.HAML Dateiendung

Haml Source Code File

Entwickler k. A.
Beliebtheit
3.5  |  4 Stimmen
 
🔍Öffnen Sie .HAML-Dateien direkt in Ihrem Webbrowser mit File Helper.Online ansehen

Was ist eine HAML-Datei?

Source code file written in Haml, (HTML abstraction markup language); stores a template written in Haml language that is used to generate the HTML of a web document; can be used to replace Ruby template scripts (.ERB files) with its abbreviated syntax.

Weitere Informationen

One prominent feature of Haml is that it replaces conventional tags (<>) with the percent sign (%) in order to save time and appear “cleaner.”

An example of simple Haml language and the HTML language generated through the template engine:

Haml:
%html
  %body
    %h1 My First Heading

HTML:
<html>
<body>
<h1>My First Heading</h1>
</body>
</html>

HINWEIS: You can switch over from ERB to Haml by replacing the "erb" file extension on ERB files with "haml.”

Programme, die .HAML-Dateien öffnen

Windows
Im Betriebssystem enthalten
Mac
Im Betriebssystem enthalten
Web
Android

Geprüft von FileInfo.com

Das FileInfo.com-Team hat das Dateiformat Haml Source Code und die auf dieser Seite aufgeführten Mac, Windows, and Android-Apps unabhängig recherchiert. Unser Ziel ist 100% Genauigkeit, und wir veröffentlichen nur Informationen zu Dateitypen, die wir überprüft haben.

Wenn Sie Ergänzungen oder Aktualisierungen zu dieser Seite vorschlagen möchten, teilen Sie es uns bitte.