Skip to content

Sazix1337/messx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Messx

Easy HTML library, thats allows you use variables in .msx file and use html syntax too. If you have any questions, my discord is: > sazix#6510

Update 1.1

String type was added and all variables must be in quotes

Example

index.msx

<html>
  <head>
    <meta charset="utf-8">
  </head>
  <body>
    {{ %(var) = "Hello World" }} <!-- setting variable -->
    <p>{{ var$ }}</p> <!-- calling variable -->
  </body>
</html>

build/public.html

<html>
  <head>
    <meta charset="utf-8">
  </head>
  <body>
    <p>Hello World</p>
  </body>
</html>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published