{% extends 'template.html' %}
{% block content %}
Edit Scaffold: {{ name }}
You can edit model,view, controller with ease using this scaffold editor.
{% for file in files.scaffolds %}
{% if file.name == name %}
{% if file.check == "changed" %}