.HAML Přípona souboru

Haml Source Code File

Vývojář Neuvedeno
Popularita
3.5  |  4 Hlasů
 
🔍Otevírejte soubory .HAML přímo ve webovém prohlížeči pomocí File Helper.Zobrazit online

Co je soubor HAML?

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.

Další informace

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>

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

Programy, které otevírají soubory HAML

Windows
Součást operačního systému
Mac
Součást operačního systému
Web
Android

Ověřil FileInfo.com

Tým FileInfo.com nezávisle prozkoumal formát souboru Haml Source Code a aplikace Mac, Windows, and Android uvedené na této stránce. Naším cílem je 100% přesnost a zveřejňujeme pouze informace o typech souborů, které jsme ověřili.

Pokud chcete navrhnout doplnění nebo aktualizaci této stránky, dejte nám vědět.