# I would like to change the template completely

**URL:** https://meta.discourse.org/t/i-would-like-to-change-the-template-completely/115096
**Category:** Development
**Created:** [15.Апрель.2019 12:07:02 UTC](https://meta.discourse.org/t/i-would-like-to-change-the-template-completely/115096 "2019-04-15T12:07:02Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![shaco](https://avatars.discourse-cdn.com/v4/letter/s/6bbea6/32.png) [@shaco](https://meta.discourse.org/u/shaco)
#### Post date: [15.Апрель.2019 12:07:02 UTC](https://meta.discourse.org/t/i-would-like-to-change-the-template-completely/115096/1 "2019-04-15T12:07:02Z")

</div>

I would like to change the template completely.

Where can I edit it? How do I access these files? Which ones are they?

I mean the default template  
I don’t want to edit it from the admin panel because I can only add additional css code to it..

Thanks for help !

---

<div class="post-metadata">

### Author: ![Stranik](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stranik/32/85638_2.png) [@Stranik](https://meta.discourse.org/u/Stranik)
#### Post date: [15.Апрель.2019 13:09:47 UTC](https://meta.discourse.org/t/i-would-like-to-change-the-template-completely/115096/2 "2019-04-15T13:09:47Z")

</div>

I think the following posts can help you with this.

> [@Developing Discourse Plugins - Part 1 - Create a basic plugin](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-1/30515):
>
> Building a plugin in Discourse can be really simple, once you learn a couple of quirks. The goal of this post is to create a skeleton plugin and introduce you to the basics. Your development environment Make sure you have a development environment of Discourse running on your computer. I recommend you use [the appropriate setup guide](https://meta.discourse.org/tag/dev-install) and come back when you’re done. plugin.rbtada Use [GitHub - discourse/discourse-plugin-skeleton: Template for Discourse plugins · GitHub](https://github.com/discourse/discourse-plugin-skeleton) to create a complete di…

> [@Developing Discourse Themes & Theme Components](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648):
>
> Discourse Themes and Theme Components can be used to customize the look, feel and functionality of Discourse’s frontend. This section of the developer guides aims to provide all the reference materials you need to develop simple themes for a single site, right up to complex open-source theme components. This introduction aims to provide a map of all the tools and APIs for theme development. If you prefer a step-by-step tutorial for theme development, jump straight to: Themes vs. Theme Compon…

It’s almost always better to use a theme than a plugin. Themes are much easier to install and maintain than plugins and are much less likely to disable your site in an upgrade.

Example

[https://github.com/discourse/discourse-simple-theme](https://github.com/discourse/discourse-simple-theme)
