.HAML Rozszerzenie pliku

Haml Source Code File

Deweloper Brak danych
Popularność
3.5  |  4 Głosów
 
🔍Otwieraj pliki .HAML bezpośrednio w przeglądarce internetowej za pomocą File Helper.Wyświetl online

Czym jest plik 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.

Więcej informacji

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>

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

Programy otwierające pliki HAML

Windows
Dołączony do systemu
Mac
Dołączony do systemu
Web
Bezpłatny
Android

Zweryfikowane przez FileInfo.com

Zespół FileInfo.com niezależnie zbadał format pliku Haml Source Code oraz aplikacje Mac, Windows, and Android wymienione na tej stronie. Naszym celem jest 100% dokładność i publikujemy wyłącznie informacje o zweryfikowanych typach plików.

Jeśli chcesz zaproponować dodatki lub aktualizacje tej strony, daj nam znać.