Skip to content

bettinson/carrot-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

carrot-lang

A simple templating language that can be embedded into HTML. Using this for image uploader for custom user pages. Use file extension .html.crt.

Usage

Embed carrot in html between {{ }}. Note, this does not work at all yet. Like, not even a little bit.

<body>
  {{ name="Matt" }}
  <p>Hi, This is {{ name }}'s website.</p>

  {{ photos }}
  <image>{{ photo.path }}</image>
  {{ photos }}
</body>

About

A simple scripting language that can be embedded into HTML. Using this for image uploader for custom user pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages