Developer Playbook
Developer Playbook
Developer Playbook
Developer Playbook
What Is this Playbook About?
The Team
Our Core Values
Agile Software Development
How the Team Is Organized
Coding as a Team
Concerns
Writing Secure Code
Service Oriented Architecture
Testing
Our Stack
Foreword
Ruby
Ruby on Rails
JS
Ember.js
HTML and Templating
ERB
Handlebars (HBS)
CSS
Prospect.io Design System
PostgreSQL
Redis
Our Tools
Foreword
Mac OS X
Unix shell
Git
Heroku
Cloudflare
AWS
Text Editors
Pivotal Tracker
Code Climate
Browsers
ngrok
Postman
SQL Clients
Slack
LICEcap
The Web Foundations
Foreword
TCP/IP
UDP/IP
DNS
HTTP
TLS/HTTPS
WebSocket
Tutorials
OS X Machine Setup
Collaborating to this Playbook
Powered by GitBook

HTML and Templating

The only thing users see

The Minimal HTML5 Boilerplate

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTML5 boilerplate – all you really need…</title>
</head>
​
<body>
​
</body>
</html>
Previous
Data Down, Actions Up
Next
ERB
Last updated 12 months ago