.HAML Estensione file

Haml Source Code File

Sviluppatore N/D
Popolarità
3.5  |  4 Voti
 
🔍Apri i file .HAML direttamente nel tuo browser con File Helper.Visualizza online

Che cos'è un file 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.

Maggiori informazioni

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>

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

Programmi che aprono i file HAML

Windows
Incluso nel sistema operativo
Mac
Incluso nel sistema operativo
Web
Android

Verificato da FileInfo.com

Il team di FileInfo.com ha analizzato in modo indipendente il formato file Haml Source Code e le app Mac, Windows, and Android elencate in questa pagina. Il nostro obiettivo è il 100% di accuratezza e pubblichiamo solo informazioni sui tipi di file che abbiamo verificato.

Se desideri suggerire aggiunte o aggiornamenti a questa pagina, faccelo sapere.