UNPKG

gulp-slim

Version:
26 lines (25 loc) 593 B
<!DOCTYPE html> <html> <head> <title>Slim Examples</title> <meta content="template language" name="keywords" /> <meta content="John Doe" name="author" /> <script> alert('Slim supports embedded javascript!') </script> </head> <body> <h1> Markup examples </h1> <div id="content"> <p> This example shows you how a basic Slim file looks like. </p> <blockquote>This is an included file with custom content</blockquote> </div> <div id="footer"> <Copyright>&copy; 2014</Copyright> </div> </body> </html>