# templeton **Repository Path**: mirrors_developit/templeton ## Basic Information - **Project Name**: templeton - **Description**: :muscle: Templating like the other ones, but not at all like the other ones. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README templeton [![NPM Version](http://img.shields.io/npm/v/templeton.svg?style=flat)](https://www.npmjs.org/package/templeton) [![Bower Version](http://img.shields.io/bower/v/templeton.svg?style=flat)](http://bower.io/search/?q=templeton) [![Build Status](http://img.shields.io/travis/developit/templeton.svg?branch=master&style=flat)](https://travis-ci.org/developit/templeton) ========= It's like the other ones but not at all like the other ones. ![Templeton Peck](http://img4.wikia.nocookie.net/__cb20100115042531/a-team/images/7/79/Templeton_Peck.jpg) --- Example ------- ```JavaScript var output = templeton.template('Hello, {{user}}!', { user : 'World' }); console.log(output); // "Hello, World!" ```