# jntemplate docs **Repository Path**: jiniannet/jntemplate-docs ## Basic Information - **Project Name**: jntemplate docs - **Description**: jntemplate 文档 ,查看请访问docs.jiniannet.com - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: https://docs.jiniannet.com/ - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-02-03 - **Last Updated**: 2023-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: 模板引擎, DOTETNET模板引擎, 文本引擎 ## README # JNTemplate [![Build Status](https://travis-ci.org/jiniannet/jntemplate.svg?branch=master)](https://travis-ci.org/jiniannet/jntemplate) [![GitHub stars](https://img.shields.io/nuget/v/JinianNet.JNTemplate.svg)](https://www.nuget.org/packages/JinianNet.JNTemplate/) [![GitHub stars](https://img.shields.io/github/stars/jiniannet/jntemplate.svg)](https://github.com/jiniannet/jntemplate/stargazers) [![GitHub license](https://img.shields.io/badge/license-Mit-blue.svg)](https://raw.githubusercontent.com/jiniannet/jntemplate/master/License.txt) [![GitHub issues](https://img.shields.io/github/issues/jiniannet/jntemplate.svg)](https://github.com/jiniannet/jntemplate/issues) > 一款跨平台的高性能,高自由度的国产文本解析引擎(模板引擎)。 ## 概述 极念模板引擎(JNTemplate)是一款完全国产的基于C#语言开发的文本解析引擎(模板引擎),它能生成任何基于文本的内容,包括且不限于html,xml,css等,让前端展示与后端代码逻辑分离。同时,它也提供了一个在WebForm与Razor之外的选择! JNTemplate所有代码全部开源,且具有最小的依赖关系,能轻松实现迁移与跨平台。同时,在满足我们开源协议的前提下,大家可以自由使用,分发,和用于商业目的(具体见License.txt)。 从2.0版本开始,引擎全面升级为编译型模板引擎,可运行于net framework、Mono、net core、NET5环境。 ## 特点: - 更快速:高效的IL模板预编译机制,让运行速度接近原生体验。 - 更简单:语法简单易学,有一定前后端基础,最快可以10分钟上手 - 更方便:能自由配置各项参数,扩展自己的标签。 - 更自由:支持商用无须任何费用,所有代码完全开源。 ## 捐赠 如果你觉得 JNTemplate 对你有帮助,[欢迎给我捐赠](https://gitee.com/jiniannet/jntemplate)。或者给我们一个srar。 ### 授权 从 V1.4.0开始,jntemplate 使用 MIT 授权 ![查看](guide/license.md)