Skip to content

Instantly share code, notes, and snippets.

View hellvispresley's full-sized avatar

hellvispresley

View GitHub Profile
@hellvispresley
hellvispresley / chat.html
Created June 3, 2014 15:36
chatTutorial02
<head>
<title>chat</title>
</head>
<body>
{{> entryfield}}
{{> messages}}
</body>
<template name="entryfield">
<head>
<title> Microscope</title>
</head>
@hellvispresley
hellvispresley / it.html
Created June 5, 2014 16:33
Cant get a printout of my fields
<head>
<title>inTouch Phone Log</title>
</head>
<body>
{{> entryfield }}
{{> display }}
</body>
@hellvispresley
hellvispresley / it.html
Created June 5, 2014 17:11
not returning input field data
<head>
<title>inTouch Phone Log</title>
</head>
<body>
<div class="entryfield">
{{> entryfield }}
</div>
<head>
<title>Todos</title>
</head>
<body>
<div class="containers">
<div class="login">
{{>loginButtons}}
</div>