.HAML ファイル拡張子

Haml Source Code File

開発元 不明
人気度
3.5  |  4 
 
🔍.HAMLファイルFile Helperでウェブブラウザから直接開けます。オンラインで表示

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
OSに同梱
Web
Android
カテゴリ: 開発者
更新日: 2014-03-04

検証者 FileInfo.com

FileInfo.comチーム は、このページに掲載されているHaml Source Codeファイル形式とMac, Windows, and Androidアプリについて独自に調査しました。 私たちの目標は100%の正確性であり、検証済みのファイルタイプに関する情報のみを公開しています。

このページへの追加や更新をご提案いただける場合は、お知らせください。