Zero Markup Language

from Wikipedia, the free encyclopedia
Zero Markup Language
File extension : .zml
Developed by: Christof Hagedorn
Current version: 0.1.5 (as of May 25, 2015)
Type: Markup language
Website : zml.org

The Zero Markup Language , or ZML for short, is a template language for displaying hierarchically structured data in connection with template logic in an integrated system. The structuring takes place without tags with the help of indentation .

ZML is designed for platform and implementation independent use.

example

%import viewhelpers
%inherit 2col

*col1_content:
  div.panel:
    %for user in users:
      h1: User
      div.card:
        %if user.active:
          p: {user.firstname}
          p: {user.lastname}
          p: {user.email}
        %else:
          p: The user is not active

See also

Web links