.HAML 文件扩展名

Haml Source Code File

开发者 不适用
受欢迎程度
3.5  |  4 
 
🔍使用File Helper直接在您的网络浏览器中打开 .HAML 文件在线查看

什么是 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.

更多信息

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>

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

可打开 HAML 文件的程序

Windows
操作系统自带
Mac
操作系统自带
Web
Android
分类: 开发者
更新时间: 2014-03-04

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 Haml Source Code 文件格式和 Mac, Windows, and Android 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们