Announcements
  • This is something which can be used in marquee | this is another news.
Welcome

ICMR-NICPR

Official Site of ICMR-NICPR Noida

About the Platform

A Modern Content Management System

iCMS is a powerful, flexible CMS built on Flask with SQLAlchemy. It provides an intuitive admin panel, modular architecture, and support for pages, blog, galleries, snippets, and more.

verified

Lightweight & Fast

Built on Flask with SQLAlchemy for optimal performance and simplicity.

extension

Modular Design

Blueprints-based module system that is easy to extend and customize.

storage

Flexible Database

Supports SQLite for development and PostgreSQL for production environments.

Read the Blog chevron_right

"Built with Flask, inspired by BatFlat — a lightweight yet powerful CMS for modern content management."

— iCMS

Core Features

Everything you need to manage content, from pages and blogs to galleries and snippets.

View Blog
description

Pages

Create and manage static pages with the built-in WYSIWYG editor. Support for Markdown, templates, and custom snippets.

  • Rich Text Editing
  • Markdown Support
  • Template System
description
Learn More north_east
article

Blog

Publish articles with tags, cover photos, and comments. Full CRUD with search and pagination.

Read Posts north_east
photo_library

Galleries

Organize images into galleries with sorting, pagination, and image upload support.

Browse north_east

Snippets & Contact

Reusable content snippets with {{ snippet('slug') }} syntax, plus a built-in contact form with email delivery.

Snippets
Reusable Content
Contact
Email Forms

Get In Touch

Have questions or need help? Reach out to us and we'll get back to you promptly.

mail

Email Us

admin@example.com

language

Online

Available 24/7 worldwide

support_agent

Send a Message

We'll respond within 24 hours

<form method="POST" action="/contact"> <input id="csrf_token" name="csrf_token" type="hidden" value="IjAwYjM1Mjg5NTA0M2RlMmZmZDg4YTcwZTY4MTk2ZGM5OTRkODZhYjMi.alXn2A.Lf-74WQleHXBXgsaf8skm0A1sg8"> <div class="grid grid-cols-1 md:grid-cols-2 gap-6 mb-6"> <div> <label class="font-primary-font block text-sm font-bold text-on-surface mb-2">Your Name</label> <input class="w-full border border-outline-variant rounded-lg px-4 py-3 text-sm focus:outline-none focus:border-primary focus:ring-1 focus:ring-primary" id="name" maxlength="128" name="name" placeholder="Your name" required type="text" value=""> </div> <div> <label class="font-primary-font block text-sm font-bold text-on-surface mb-2">Your Email</label> <input class="w-full border border-outline-variant rounded-lg px-4 py-3 text-sm focus:outline-none focus:border-primary focus:ring-1 focus:ring-primary" id="email" maxlength="120" name="email" placeholder="your@email.com" required type="text" value=""> </div> </div> <div class="mb-6"> <label class="font-primary-font block text-sm font-bold text-on-surface mb-2">Subject</label> <input class="w-full border border-outline-variant rounded-lg px-4 py-3 text-sm focus:outline-none focus:border-primary focus:ring-1 focus:ring-primary" id="subject" maxlength="255" name="subject" placeholder="Subject" required type="text" value=""> </div> <div class="mb-6"> <label class="font-primary-font block text-sm font-bold text-on-surface mb-2">Message</label> <textarea class="w-full border border-outline-variant rounded-lg px-4 py-3 text-sm focus:outline-none focus:border-primary focus:ring-1 focus:ring-primary" id="message" name="message" placeholder="Your message..." required rows="8"> </textarea> </div> <button type="submit" class="bg-brand-navy text-white px-8 py-3 rounded-lg font-bold hover:opacity-90 transition-opacity flex items-center gap-2"> <span class="material-symbols-outlined text-lg">send</span> Send Message </button> </form>