Skip to content

Instantly share code, notes, and snippets.

@ThomasLocke
Created September 15, 2013 06:18
Show Gist options
  • Save ThomasLocke/6568446 to your computer and use it in GitHub Desktop.
Save ThomasLocke/6568446 to your computer and use it in GitHub Desktop.
Using the Ada Web Server (AWS), part 2 -snippet 11
function Hello_World_Template
(Request : in AWS.Status.Data)
return AWS.Response.Data
is (AWS.Response.File (AWS.MIME.Text_Plain,
"templates/hello_world.tmpl"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment