.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
OS에 포함됨
Web
Android
카테고리: 개발자
업데이트: 2014-03-04

검증자 FileInfo.com

FileInfo.com 팀 이 페이지에 나열된 Haml Source Code 파일 형식과 Mac, Windows, and Android 앱을 독자적으로 조사했습니다. 저희의 목표는 100% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.